Sha256: 5e9a29e2b50e2338ed2f8f29a581187b66d3ca52361b299cd27dcec80502fd1e
Contents?: true
Size: 252 Bytes
Versions: 3
Compression:
Stored size: 252 Bytes
Contents
Findable.configure do |config| # Redis connection setting. (default: `Redis.current`) # config.redis_options = {host: "localhost", port: 6379, db: 2} # Seed file of Findable # config.seed_file = Rails.root.join("db", "findable_seeds.rb") end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
findable-0.0.3 | lib/generators/findable/templates/findable.rb |
findable-0.0.2 | lib/generators/findable/templates/findable.rb |
findable-0.0.1 | lib/generators/findable/templates/findable.rb |