Files
baclight/app/models/article.rb
T
2021-12-16 09:20:38 -08:00

4 lines
69 B
Ruby

class Article < ApplicationRecord
validates_presence_of :title
end