Sha256: f9fc8605420010746529a385addf5b25faceba2377425e1274ebcf808615cc54
Contents?: true
Size: 400 Bytes
Versions: 50
Compression:
Stored size: 400 Bytes
Contents
# frozen_string_literal: true class Admin::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
50 entries across 50 versions & 1 rubygems