Sha256: 1bdff5ae953b3dcef2d9c17e2d0141ef7a25c7b0290b4bc80136e610d60a9b8b
Contents?: true
Size: 305 Bytes
Versions: 7
Compression:
Stored size: 305 Bytes
Contents
class Backend::EmailTemplateTranslationForm < Reform::Form include Composition model :email_template property :subject, on: :translation property :plain_content, on: :translation property :html_content, on: :translation validates :subject, :plain_content, :html_content, presence: true end
Version data entries
7 entries across 7 versions & 1 rubygems