class Arel::Attributes::Attribute

Public Instance Methods

lower() click to toggle source

Create a node for lowering this attribute

# File lib/arel/attributes/attribute.rb, line 12
def lower
  relation.lower self
end