Class: Locomotive::Sort::Plugin
- Inherits:
-
Object
- Object
- Locomotive::Sort::Plugin
- Includes:
- Plugin
- Defined in:
- lib/locomotive/sort/plugin.rb
Class Method Summary collapse
Class Method Details
.default_plugin_id ⇒ Object
9 10 11 |
# File 'lib/locomotive/sort/plugin.rb', line 9 def self.default_plugin_id 'sort' end |
.liquid_tags ⇒ Object
13 14 15 16 17 18 |
# File 'lib/locomotive/sort/plugin.rb', line 13 def self. { :by_field => SortTag, :boolean => BooleanSortTag, } end |