Skip to content

Instantly share code, notes, and snippets.

@devth
Created July 15, 2010 17:07
Show Gist options
  • Save devth/477214 to your computer and use it in GitHub Desktop.
Save devth/477214 to your computer and use it in GitHub Desktop.
# Select distinct category names that are being used on associated NewsArticle
# model and sort by name.
NewsArticle.all(:joins => :category, :order => 'categories.name',
:select => "DISTINCT(categories.name)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment