Module: DryCrud::Searchable

Extended by:
ActiveSupport::Concern
Included in:
ListController
Defined in:
app/controllers/dry_crud/searchable.rb

Overview

The search functionality for the index table. Define an array of searchable string columns in your subclassing controllers using the class attribute search_columns.

Defined Under Namespace

Modules: ClassMethods, Prepends