Class: Katalyst::Tables::Collection::Type::Query

Inherits:
Value
  • Object
show all
Defined in:
lib/katalyst/tables/collection/type/query.rb

Instance Attribute Summary

Attributes inherited from Value

#scope

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

Returns:



12
13
14
# File 'lib/katalyst/tables/collection/type/query.rb', line 12

def filterable?
  false
end

#typeObject



8
9
10
# File 'lib/katalyst/tables/collection/type/query.rb', line 8

def type
  :query
end