Sha256: 07d3a0448316fd1248c893171d3519a93c9b7762c8971f48859e2f36566fffa3
Contents?: true
Size: 230 Bytes
Versions: 54
Compression:
Stored size: 230 Bytes
Contents
class Backend::ArticleTranslationForm < Backend::TranslationWithSeoForm attribute :title, String attribute :summary, String validates :title, :summary, presence: true def self.model_name Article.model_name end end
Version data entries
54 entries across 54 versions & 1 rubygems