Sha256: 5183d4b776fe32e94bd6e4acff6a2fe2d099c60e30ad134d1a001d637888c198
Contents?: true
Size: 574 Bytes
Versions: 27
Compression:
Stored size: 574 Bytes
Contents
Ransack.configure do |config| # Change default search parameter key name. # Default key name is :q # config.search_key = :query # Raise errors if a query contains an unknown predicate or attribute. # Default is true (do not raise error on unknown conditions). # config.ignore_unknown_conditions = false # Globally display sort links without the order indicator arrow. # Default is false (sort order indicators are displayed). # This can also be configured individually in each sort link (see the README). # config.hide_sort_order_indicators = true end
Version data entries
27 entries across 27 versions & 1 rubygems