Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created June 10, 2011 05:08
Show Gist options
  • Save meltzerj/1018264 to your computer and use it in GitHub Desktop.
Save meltzerj/1018264 to your computer and use it in GitHub Desktop.
has_many :activities, :class_name => "TimelineEvent",
:finder_sql => 'SELECT timeline_events.* FROM timeline_events
WHERE ' + ACTIVITIES_CONDITION + '
ORDER BY timeline_events.created_at DESC',
:order => "timeline_events.created_at DESC LIMIT 20"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment