Created
January 27, 2016 13:04
-
-
Save biske/1901359f713f0635ec84 to your computer and use it in GitHub Desktop.
Find all interviews where creator type is Company, and exclude some companies.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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