Method: Arel::OrderPredications#desc

Defined in:
activerecord/lib/arel/order_predications.rb

#descObject



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

def desc
  Nodes::Descending.new self
end