Method: Arel::Nodes::Descending#reverse
- Defined in:
- activerecord/lib/arel/nodes/descending.rb
#reverse ⇒ Object
6 7 8 |
# File 'activerecord/lib/arel/nodes/descending.rb', line 6 def reverse Ascending.new(expr) end |
6 7 8 |
# File 'activerecord/lib/arel/nodes/descending.rb', line 6 def reverse Ascending.new(expr) end |