Module: Arel::OrderPredications
- Included in:
- Attributes::Attribute, Nodes::Case, Nodes::Function, Nodes::InfixOperation, Nodes::SqlLiteral, Nodes::UnaryOperation
- Defined in:
- lib/arel/order_predications.rb
Instance Method Summary collapse
Instance Method Details
#asc ⇒ Object
5 6 7 |
# File 'lib/arel/order_predications.rb', line 5 def asc Nodes::Ascending.new self end |
#desc ⇒ Object
9 10 11 |
# File 'lib/arel/order_predications.rb', line 9 def desc Nodes::Descending.new self end |