Skip to content

Instantly share code, notes, and snippets.

@panupan
Created February 27, 2011 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save panupan/846593 to your computer and use it in GitHub Desktop.
Save panupan/846593 to your computer and use it in GitHub Desktop.
class Post < ActiveRecord::Base
default_scope :order => 'created_at DESC'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment