Skip to content

Instantly share code, notes, and snippets.

@entp
Created November 20, 2008 23:40
Show Gist options
  • Save entp/27279 to your computer and use it in GitHub Desktop.
Save entp/27279 to your computer and use it in GitHub Desktop.
class << ActiveRecord::Base
def none?(*args)
!exists?(*args)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment