Skip to content

Instantly share code, notes, and snippets.

@jccarbonfive
Created February 14, 2012 06:15
Show Gist options
  • Select an option

  • Save jccarbonfive/1824210 to your computer and use it in GitHub Desktop.

Select an option

Save jccarbonfive/1824210 to your computer and use it in GitHub Desktop.
class Article < ActiveRecord::Base
def self.published
where :published => true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment