Skip to content

Instantly share code, notes, and snippets.

@panupan
Created February 27, 2011 22:02
Show Gist options
  • Select an option

  • Save panupan/846593 to your computer and use it in GitHub Desktop.

Select an option

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