Sha256: d5bf51ed680f455bd784bcad1c814ee19619423d6ae9fed8a3465f0d3caad472

Contents?: true

Size: 347 Bytes

Versions: 1

Compression:

Stored size: 347 Bytes

Contents

Findable.configure do |config|
  # Redis connection setting. (default: `Redis.current`)
  # config.redis_options = {host: "localhost", port: 6379, db: 2}

  # Directory of stored seed files.
  config.seed_dir = Rails.root.join("db", "findable_seeds")

  # Seed file of Findable.
  config.seed_file = Rails.root.join("db", "findable_seeds.rb")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
findable-0.1.4 lib/generators/findable/templates/findable.rb