Skip to content

Instantly share code, notes, and snippets.

@kalleth
Created January 15, 2013 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kalleth/4538019 to your computer and use it in GitHub Desktop.
Save kalleth/4538019 to your computer and use it in GitHub Desktop.
valids
field :name
accessible
validates :presence do
message "please provide a name"
end
end
field :email
accessible
validates :format do
/blah/
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment