Skip to content

Commit

Permalink
Add module to Company in old migration
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfranzen authored Sep 21, 2020
1 parent f6ba6b0 commit 400ea72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20200912153858_create_friendly_id_slugs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ def change
add_index :friendly_id_slugs, [:slug, :sluggable_type, :scope], :unique => true
add_index :friendly_id_slugs, :sluggable_type

Company.all.each(&:save)
Companies::Company.all.each(&:save)
end
end

0 comments on commit 400ea72

Please sign in to comment.