Skip to content

Instantly share code, notes, and snippets.

@coryschires
Created October 16, 2011 03:36
Show Gist options
  • Save coryschires/1290474 to your computer and use it in GitHub Desktop.
Save coryschires/1290474 to your computer and use it in GitHub Desktop.
Grouping and ordering
Question.where(created_at: (15.days.ago)..(Time.now))
.limit(limit)
.joins(:impressions)
.group("impressions.impressionable_id")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment