Module: Ransack::Adapters::Mongoid::Attributes::OrderPredications
- Included in:
- Attribute
- Defined in:
- lib/ransack/adapters/mongoid/attributes/order_predications.rb
Instance Method Summary collapse
Instance Method Details
#asc ⇒ Object
6 7 8 |
# File 'lib/ransack/adapters/mongoid/attributes/order_predications.rb', line 6 def asc { name => :asc } end |
#desc ⇒ Object
10 11 12 |
# File 'lib/ransack/adapters/mongoid/attributes/order_predications.rb', line 10 def desc { name => :desc } end |