Skip to content

Instantly share code, notes, and snippets.

@j-manu
Created November 18, 2011 10:44
Show Gist options
  • Save j-manu/1376133 to your computer and use it in GitHub Desktop.
Save j-manu/1376133 to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
validates_presence_of :email, :oauth_token, :oauth_secret
validates_uniqueness_of :email
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment