123456789_123456789_123456789_123456789_123456789_

Module: Arel::OrderPredications

Do not use. This module is for internal use only.

Instance Method Summary

Instance Method Details

#asc

[ GitHub ]

  
# File 'activerecord/lib/arel/order_predications.rb', line 5

def asc
  Nodes::Ascending.new self
end

#desc

[ GitHub ]

  
# File 'activerecord/lib/arel/order_predications.rb', line 9

def desc
  Nodes::Descending.new self
end