app/models/tramway/event/person.rb in tramway-event-1.9.19.4 vs app/models/tramway/event/person.rb in tramway-event-1.9.19.5

- old
+ new

@@ -1,7 +1,5 @@ # frozen_string_literal: true class Tramway::Event::Person < ::Tramway::Event::ApplicationRecord - has_and_belongs_to_many :sections, class_name: 'Tramway::Event::Section' - mount_uploader :photo, PhotoUploader end