app/jobs/tramway/profiles/application_job.rb in tramway-profiles-1.3.1 vs app/jobs/tramway/profiles/application_job.rb in tramway-profiles-1.3.2
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Tramway
module Profiles
class ApplicationJob < ActiveJob::Base
end
end