Skip to content

Commit

Permalink
add # frozen_string_literal: true
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenhinkle authored and jvcAdHoc committed Apr 16, 2024
1 parent 0bdb331 commit 853b9cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/migrate/20240411160306_create_accredited_organizations.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

class CreateAccreditedOrganizations < ActiveRecord::Migration[7.1]
def change
create_table :accredited_organizations, id: :uuid do |t|
Expand Down

0 comments on commit 853b9cf

Please sign in to comment.