Skip to content

Commit

Permalink
build(dev): Add root container to seeded reactions (ComPlat#1947)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCBrammer authored May 27, 2024
1 parent 17f5850 commit 042ffd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/seeds/development/users.seed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
}

reaction = Reaction.new(attributes)
reaction.container = Container.create_root_container
reaction.collections = [collection, ca]
reaction.save!
end
Expand Down

0 comments on commit 042ffd0

Please sign in to comment.