Skip to content

Instantly share code, notes, and snippets.

@midu
Created August 8, 2014 21:16
Show Gist options
  • Save midu/4c0bce4fb482fad2c3a8 to your computer and use it in GitHub Desktop.
Save midu/4c0bce4fb482fad2c3a8 to your computer and use it in GitHub Desktop.
SoftwareMember.where(state: [nil, 'none'])
#=> SoftwareMember Load (1.9ms) SELECT `software_members`.* FROM `software_members` WHERE ((`software_members`.`state` = 'none' OR `software_members`.`state` IS NULL))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment