Module: Alchemy::PgSearch::Config
- Included in:
- Alchemy::PgSearch
- Defined in:
- lib/alchemy/pg_search/config.rb
Constant Summary collapse
- @@config =
{ dictionary: 'simple', paginate_per: 10 }
Instance Method Summary collapse
Instance Method Details
#config ⇒ Object
13 14 15 |
# File 'lib/alchemy/pg_search/config.rb', line 13 def config @@config end |
#config=(settings) ⇒ Object
9 10 11 |
# File 'lib/alchemy/pg_search/config.rb', line 9 def config=(settings) @@config.merge!(settings) end |