app/jobs/tramway/event/application_job.rb in tramway-event-1.9.19.1 vs app/jobs/tramway/event/application_job.rb in tramway-event-1.9.19.2

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Tramway module Event class ApplicationJob < ActiveJob::Base end end