4 lines
69 B
Ruby
4 lines
69 B
Ruby
class Article < ApplicationRecord
|
|
validates_presence_of :title
|
|
end
|
class Article < ApplicationRecord
|
|
validates_presence_of :title
|
|
end
|