Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created May 5, 2011 06:39
Show Gist options
  • Select an option

  • Save meltzerj/956641 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/956641 to your computer and use it in GitHub Desktop.
has_many :recent_events, :class_name => "TimelineEvent",
:finder_sql => 'SELECT timeline_events.* FROM timeline_events
WHERE ' + RECENT_EVENTS_CONDITION + '
ORDER BY timeline_events.created_at DESC'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment