Skip to content

Instantly share code, notes, and snippets.

@hackrio1
Created July 30, 2018 06:57
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 hackrio1/81277b2c8ea99acd3d3159313b53a6e4 to your computer and use it in GitHub Desktop.
Save hackrio1/81277b2c8ea99acd3d3159313b53a6e4 to your computer and use it in GitHub Desktop.
class Article < ApplicationRecord
belongs_to :user
validates :title, :text, presence: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment