Skip to content

Instantly share code, notes, and snippets.

@ethangunderson
Created September 24, 2010 17:24
Show Gist options
  • Save ethangunderson/595719 to your computer and use it in GitHub Desktop.
Save ethangunderson/595719 to your computer and use it in GitHub Desktop.
>> Event.all.select{ |e| e.is_a?(GroupEvent) }.count
=> 48
>> Event.all.select{ |e| e._type == 'GroupEvent' }.count
=> 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment