Sha256: 77f0452038cfedc6fd4ee920a4e352aa902e72e77a763a9e522fdaee3630da8c
Contents?: true
Size: 215 Bytes
Versions: 56
Compression:
Stored size: 215 Bytes
Contents
class Backend::PageTranslationForm < Backend::TranslationWithSeoForm attribute :title, String attribute :subtitle, String validates :title, presence: true def self.model_name Page.model_name end end
Version data entries
56 entries across 56 versions & 1 rubygems