Skip to content

Instantly share code, notes, and snippets.

@nmerouze
Created December 13, 2008 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmerouze/35489 to your computer and use it in GitHub Desktop.
Save nmerouze/35489 to your computer and use it in GitHub Desktop.
class User
include DataMapper::Resource
property :id, Serial
property :email, String, :format=> :email_address
property :email_confirmation, String, :format=> :email_address
validates_is_confirmed :email
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment