Skip to content

Instantly share code, notes, and snippets.

@macmata
Created January 17, 2016 00:06
Show Gist options
  • Save macmata/e04a20b5fef875ed22e3 to your computer and use it in GitHub Desktop.
Save macmata/e04a20b5fef875ed22e3 to your computer and use it in GitHub Desktop.
class Article < ActiveRecord::Base
validates :title, presence: true,
length: { minimum: 5 }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment