Created
October 16, 2012 05:01
-
-
Save naush/3897301 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if (self.name.split.size < 2) | |
| self.errors.add :name, "must have first and last name" | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment