Module Searchlogic::NamedScopes::Ordering
In: lib/searchlogic/named_scopes/ordering.rb

Handles dynamically creating named scopes for ordering by columns. Example:

  User.ascend_by_id
  User.descend_by_username

See the README for a more detailed explanation.

[Validate]