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?