Files

Class Index [+]

Quicksearch

Arel::Orderings

Public Instance Methods

asc() click to toggle source
     # File lib/arel/algebra/attributes/attribute.rb, line 253
253:       def asc
254:         Ascending.new(self)
255:       end
Also aliased as: to_ordering
desc() click to toggle source
     # File lib/arel/algebra/attributes/attribute.rb, line 257
257:       def desc
258:         Descending.new(self)
259:       end
to_ordering() click to toggle source
Alias for: asc

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.