Skip to content

Commit

Permalink
Fixed per Matt's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
BethFrank committed Nov 18, 2014
1 parent cfa7c1a commit e5df974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds.rb
Expand Up @@ -14,7 +14,7 @@
# Creates 1,1 project/users
u = FactoryGirl.create(:valid_user)
p = FactoryGirl.create(:valid_project, creator: u, updater: u)
FactoryGirl.create(:project_member, project_id: p.id, user_id: u.id, creator: u, updater: u)
FactoryGirl.create(:project_member, project: p, user: u, creator: u, updater: u)

# These will interfere with importing geographic_items.dmp because it creates related records
# FactoryGirl.create(:level2_geographic_area)
Expand Down

0 comments on commit e5df974

Please sign in to comment.