app/models/tramway/event/person.rb in tramway-event-1.12.6 vs app/models/tramway/event/person.rb in tramway-event-1.12.6.2

- old
+ new

@@ -1,5 +1,5 @@ # frozen_string_literal: true -class Tramway::Event::Person < ::Tramway::Event::ApplicationRecord +class Tramway::Event::Person < ::Tramway::Core::ApplicationRecord mount_uploader :photo, PhotoUploader end