method
asc
v7.0.0 -
Show latest stable
- Class:
Arel::OrderPredications
asc()public
No documentation available.
# File activerecord/lib/arel/order_predications.rb, line 5
def asc
Nodes::Ascending.new self
end asc()No documentation available.
# File activerecord/lib/arel/order_predications.rb, line 5
def asc
Nodes::Ascending.new self
end