Sha256: 998a3c276bbbaa040144535c474a7023d035f5c0fac8591c1cfd4cd5eded2a78

Contents?: true

Size: 369 Bytes

Versions: 4

Compression:

Stored size: 369 Bytes

Contents

# Seed file of Findable

# Require seed support module
require "findable/seed"

# Target seed files.
# Run all in the case of `nil`.
# Example of if you want to run some only.
# 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! }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
findable-0.1.3 lib/generators/findable/templates/seeds.rb
findable-0.1.2 lib/generators/findable/templates/seeds.rb
findable-0.1.1 lib/generators/findable/templates/seeds.rb
findable-0.1.0 lib/generators/findable/templates/seeds.rb