Method: Arel::Attributes::Attribute#lower

Defined in:
activerecord/lib/arel/attributes/attribute.rb

#lowerObject

Create a node for lowering this attribute



18
19
20
# File 'activerecord/lib/arel/attributes/attribute.rb', line 18

def lower
  relation.lower self
end