Class: Katalyst::Tables::Collection::Type::Query
- Inherits:
-
Value
- Object
- ActiveModel::Type::Value
- Value
- Katalyst::Tables::Collection::Type::Query
- Defined in:
- lib/katalyst/tables/collection/type/query.rb
Instance Attribute Summary
Attributes inherited from Value
Instance Method Summary collapse
Methods inherited from Value
#filter, #filter?, #initialize, #suggestions, #to_param
Constructor Details
This class inherits a constructor from Katalyst::Tables::Collection::Type::Value
Instance Method Details
#filterable? ⇒ Boolean
12 13 14 |
# File 'lib/katalyst/tables/collection/type/query.rb', line 12 def filterable? false end |
#type ⇒ Object
8 9 10 |
# File 'lib/katalyst/tables/collection/type/query.rb', line 8 def type :query end |