evanthegrayt / planter

🪴 Framework for seeding your rails application.
MIT License
4 stars 0 forks source link

raise: false option #16

Open evanthegrayt opened 3 years ago

evanthegrayt commented 3 years ago

Currently, all records are created with first_or_create!. It might be worth having a raise: false option in the seeding_method macro that would use first_or_create (no bang).