Skip to content

Instantly share code, notes, and snippets.

@biske
Created January 27, 2016 13:04
Show Gist options
  • Save biske/1901359f713f0635ec84 to your computer and use it in GitHub Desktop.
Save biske/1901359f713f0635ec84 to your computer and use it in GitHub Desktop.
Find all interviews where creator type is Company, and exclude some companies.
Interview.where(creator_type: 'Company').where.not(creator_id: [1, 2, 44]).count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment