Skip to content

Instantly share code, notes, and snippets.

@tatey
Created July 7, 2009 12:57
Show Gist options
  • Save tatey/142059 to your computer and use it in GitHub Desktop.
Save tatey/142059 to your computer and use it in GitHub Desktop.
# Why spaces are important
validates_presence_of :attr1,
:attr2,
:attr3
validates_presense_of :attr1,
:attr2,
:attr3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment