Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active November 8, 2017 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domagude/79030949b2e97553dccfcc920d283e72 to your computer and use it in GitHub Desktop.
Save domagude/79030949b2e97553dccfcc920d283e72 to your computer and use it in GitHub Desktop.
...
validates :title, presence: true, length: { minimum: 5, maximum: 255 }
validates :content, presence: true, length: { minimum: 20, maximum: 1000 }
validates :category_id, presence: true
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment