Sha256: 9a59371c7dad175cd9709dad904299d2648f4dd8dfa08cbf38ddc153d9fdde88
Contents?: true
Size: 575 Bytes
Versions: 8
Compression:
Stored size: 575 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
8 entries across 8 versions & 1 rubygems