Sha256: 596e99f583d8faec55a3cd0530c1311700ed7802561de189d3624ef0a2ca0b0b
Contents?: true
Size: 431 Bytes
Versions: 29
Compression:
Stored size: 431 Bytes
Contents
module Form class Contact < Static::Object # < Static::Base include Admin::Form::Static::Object include Static::Email include Static::Attachment # has_attachments :letter, :resume has_collections :periods attribute :name, :string attribute :email, :string attribute :periods, :text with_options presence: true do validates :name validates :email, email: true end end end
Version data entries
29 entries across 29 versions & 2 rubygems