Module: InlineForms::Searchable

Extended by:
ActiveSupport::Concern
Included in:
ApplicationRecord
Defined in:
lib/inline_forms/searchable.rb

Overview

Opt-in list search for inline_forms index views. Models declare searchable columns with inline_forms_search_on :col, …; only those models get the engine's generic search box (or a bespoke _<model>_search partial).