Skip to content

Instantly share code, notes, and snippets.

@quirkey
Created January 28, 2009 21:58
Show Gist options
  • Select an option

  • Save quirkey/54217 to your computer and use it in GitHub Desktop.

Select an option

Save quirkey/54217 to your computer and use it in GitHub Desktop.
named_scope :by_letter, lambda {|l|
{:conditions => ["UPPER(SUBSTR(title,0)) = ?", l]}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment