method

asc

rails 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