Skip to content

Instantly share code, notes, and snippets.

Created November 10, 2010 15:22
Show Gist options
  • Save anonymous/670982 to your computer and use it in GitHub Desktop.
Save anonymous/670982 to your computer and use it in GitHub Desktop.
validate :fixum
def fixum
if self.color.downcase.sub(/red|white|blue/)
errors.add(:color,"Not a valid color bitch!")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment