afternoon all.
i am working on a project written on rails 2.1
in newer versions we can use a rather cool method to create a default scope like so
default_scope :order => 'title ASC'
how can the same/similar effect be achieved without upgrading the rails version?
You might be able to use the utility_scopes gem to do this for you.