Skip to content

Instantly share code, notes, and snippets.

@modsognir
Forked from kalleth/idea.rb
Created January 15, 2013 11:38
Show Gist options
  • Save modsognir/4538028 to your computer and use it in GitHub Desktop.
Save modsognir/4538028 to your computer and use it in GitHub Desktop.
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