aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/jobs/inherited_job.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activejob/test/jobs/inherited_job.rb')
-rw-r--r--activejob/test/jobs/inherited_job.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activejob/test/jobs/inherited_job.rb b/activejob/test/jobs/inherited_job.rb
index 60fca66f88..58b6582154 100644
--- a/activejob/test/jobs/inherited_job.rb
+++ b/activejob/test/jobs/inherited_job.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
require_relative "application_job"
class InheritedJob < ApplicationJob