Skip to content

Instantly share code, notes, and snippets.

@Yax
Created August 27, 2009 11:23
Show Gist options
  • Select an option

  • Save Yax/176238 to your computer and use it in GitHub Desktop.

Select an option

Save Yax/176238 to your computer and use it in GitHub Desktop.
def validate
errors.add(:category_id, "is not a valid category") if self.category.nil?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment