Skip to content

Commit 1386046

Browse files
authored
Adding packs to seed (#5141)
1 parent ab65f30 commit 1386046

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

db/seeds.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,8 @@ def seed_quantity(item_name, organization, storage_location, quantity)
860860
Flipper.enable(:read_events)
861861
Flipper::Adapters::ActiveRecord::Feature.find_or_create_by(key: "partner_step_form")
862862
Flipper.enable(:partner_step_form)
863+
Flipper::Adapters::ActiveRecord::Feature.find_or_create_by(key: "enable_packs")
864+
Flipper.enable(:enable_packs)
863865
# ----------------------------------------------------------------------------
864866
# Account Requests
865867
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)