lib/generators/findable/templates/seeds.rb in findable-0.1.3 vs lib/generators/findable/templates/seeds.rb in findable-0.1.4
- old
+ new
@@ -9,6 +9,5 @@
# seed_files = ["products", "customers"] #=> Only products.yml and customers.yml
seed_files = nil
# Execute
Findable::Seed.target_files(seed_files: seed_files).each {|seed| seed.bootstrap! }
-