Skip to content

Instantly share code, notes, and snippets.

@stevedev
Created November 1, 2013 16:36
Show Gist options
  • Save stevedev/7268083 to your computer and use it in GitHub Desktop.
Save stevedev/7268083 to your computer and use it in GitHub Desktop.
u = User.find_by_username 'issuer'
u.notifications.limit(1).size
# => 1
u.notifications.group(:record_class).limit(1).size
# => {"Posting"=>2}
@stevedev
Copy link
Author

stevedev commented Nov 1, 2013

u.notifications.group(:record_class).limit(1).all.size

=> 1

@stevedev
Copy link
Author

stevedev commented Nov 1, 2013

Thanks for making that bold, github!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment