class Ransack::Adapters::Mongoid::Attributes::Attribute

Public Instance Methods

lower() click to toggle source

Create a node for lowering this attribute

# File lib/ransack/adapters/mongoid/attributes/attribute.rb, line 20
def lower
  relation.lower self
end