Sha256: 33d74c5e3793bb040cbc8ec6db385bd4f9e1030635f483488582068d01e59293

Contents?: true

Size: 314 Bytes

Versions: 7

Compression:

Stored size: 314 Bytes

Contents

class Admin::Tramway::Event::ActionForm < Tramway::Core::ApplicationForm
  properties :title, :action_state_event, :deadline

  association :event

  def initialize(object)
    super(object).tap do
      form_properties event: :association,
        title: :string,
        deadline: :date_picker
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tramway-event-1.11.0.1 app/forms/admin/tramway/event/action_form.rb
tramway-event-1.11 app/forms/admin/tramway/event/action_form.rb
tramway-event-1.10.2 app/forms/admin/tramway/event/action_form.rb
tramway-event-1.10.1 app/forms/admin/tramway/event/action_form.rb
tramway-event-1.10.0.2 app/forms/admin/tramway/event/action_form.rb
tramway-event-1.10.0.1 app/forms/admin/tramway/event/action_form.rb
tramway-event-1.10 app/forms/admin/tramway/event/action_form.rb