vereto-api/app/models/article.rb

6 lines
96 B
Ruby
Raw Normal View History

2018-02-19 16:03:07 +00:00
class Article < ApplicationRecord
belongs_to :user
validates_presence_of :title, :post
end