Sha256: cbbda846a590ea0aac213ddb92bd14f9b0632d1a80d744d947041a7ae555352d
Contents?: true
Size: 393 Bytes
Versions: 29
Compression:
Stored size: 393 Bytes
Contents
# frozen_string_literal: true class Tramway::Event::PersonForm < ::Tramway::Core::ApplicationForm properties :first_name, :last_name, :photo, :description def initialize(object) super(object).tap do form_properties first_name: :string, last_name: :string, photo: :file, description: :ckeditor end end end
Version data entries
29 entries across 29 versions & 1 rubygems