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

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true -class Admin::Tramway::Event::PartakingForm < ::Tramway::Core::ApplicationForm +class Admin::Tramway::Event::PartakingForm < ::Tramway::ApplicationForm properties :part_id, :part_type, :person_id, :position associations :person, :part def initialize(object) super(object).tap do