add homie to the gang when homie is created
This commit is contained in:
5
db/migrate/20201007183139_add_gang_relation_to_homies.rb
Normal file
5
db/migrate/20201007183139_add_gang_relation_to_homies.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddGangRelationToHomies < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_reference :homies, :gang
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user