vereto-api/app/models/article.rb
2018-02-19 16:03:07 +00:00

5 lines
96 B
Ruby

class Article < ApplicationRecord
belongs_to :user
validates_presence_of :title, :post
end