Skip to content

Instantly share code, notes, and snippets.

@koleksiuk
Created August 1, 2012 20:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koleksiuk/3230355 to your computer and use it in GitHub Desktop.
Save koleksiuk/3230355 to your computer and use it in GitHub Desktop.
module Models
module DateScope
extend ActiveSupport::Concern
included do
default_scope order('date_start ASC')
end
module ClassMethods
#== Some more methods
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment