Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created November 9, 2019 15:21
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 bodrovis/49cbd82276195c118dfb33b7e0fe7725 to your computer and use it in GitHub Desktop.
Save bodrovis/49cbd82276195c118dfb33b7e0fe7725 to your computer and use it in GitHub Desktop.
# ...
validates :title, presence: true
validates :body, presence: true, length: {minimum: 2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment