We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
c425e33
Added a method for case-insensitive sorting: CaseInsensitive#column_for_order(asc_or_desc).
CaseInsensitive#column_for_order(asc_or_desc)
Example:
SomeModel.some_scope.order(CaseInsensitive.new(SomeModel, :some_field).column_for_order(:asc))