app/forms/admin/tramway/event/event_form.rb in tramway-event-1.12.9.1 vs app/forms/admin/tramway/event/event_form.rb in tramway-event-2.0

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true -class Admin::Tramway::Event::EventForm < ::Tramway::Core::ApplicationForm +class Admin::Tramway::Event::EventForm < ::Tramway::ApplicationForm properties :title, :description, :begin_date, :end_date, :photo, :reach, :request_collecting_begin_date, :request_collecting_end_date, :short_description def initialize(object) super(object).tap do