Skip to content

Instantly share code, notes, and snippets.

@sprite2005
Created August 11, 2009 04:40
Show Gist options
  • Save sprite2005/165635 to your computer and use it in GitHub Desktop.
Save sprite2005/165635 to your computer and use it in GitHub Desktop.
def self.recent_activity(page = {}, options = {})
page.reverse_merge! :size => 10, :current => 1
options.reverse_merge! :order => 'users.created_at DESC'
Activity.find(:all, :page => page, *options)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment