Sha256: 17bcc3aee4bd2a10ade53687386f75734c45cd175d454f22cec56cab7e411c21
Contents?: true
Size: 605 Bytes
Versions: 23
Compression:
Stored size: 605 Bytes
Contents
# frozen_string_literal: true 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
23 entries across 23 versions & 1 rubygems