app/models/tramway/event/person.rb in tramway-event-1.9.19.1 vs app/models/tramway/event/person.rb in tramway-event-1.9.19.2
- old
+ new
@@ -2 +1,3 @@
+# frozen_string_literal: true
+
class Tramway::Event::Person < ::Tramway::Event::ApplicationRecord
has_and_belongs_to_many :sections, class_name: 'Tramway::Event::Section'