Method: Arel::Attributes::Attribute#lower

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

#lowerObject

Create a node for lowering this attribute



12
13
14
# File 'lib/arel/attributes/attribute.rb', line 12

def lower
  relation.lower self
end