config/initializers/tramway.rb in tramway-event-1.9.19.1 vs config/initializers/tramway.rb in tramway-event-1.9.19.2

- old
+ new

@@ -1,8 +1,10 @@ +# frozen_string_literal: true + ::Tramway::Admin.set_available_models(::Tramway::Event::Event, - ::Tramway::Event::ParticipantFormField, - ::Tramway::Event::Participant, - ::Tramway::Event::Section, - ::Tramway::Event::Person, - ::Tramway::Event::Partaking, - ::Tramway::Event::Place, - project: :event) + ::Tramway::Event::ParticipantFormField, + ::Tramway::Event::Participant, + ::Tramway::Event::Section, + ::Tramway::Event::Person, + ::Tramway::Event::Partaking, + ::Tramway::Event::Place, + project: :event)