Method: Arel::Attributes::Attribute#lower
- Defined in:
- activerecord/lib/arel/attributes/attribute.rb
#lower ⇒ Object
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 |