aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/rails
diff options
context:
space:
mode:
authorKir Shatrov <shatrov@me.com>2017-07-09 20:49:52 +0300
committerKir Shatrov <shatrov@me.com>2017-07-09 20:50:52 +0300
commit14ece5e4292053e7a40e9bd80c447745f721e217 (patch)
treea4dafa29ffc8419449a6edab6abcd8554a2b9000 /activejob/lib/rails
parent0b6309d6bc9712c06fdc42dda8ae8bd695401b7c (diff)
downloadrails-14ece5e4292053e7a40e9bd80c447745f721e217.tar.gz
rails-14ece5e4292053e7a40e9bd80c447745f721e217.tar.bz2
rails-14ece5e4292053e7a40e9bd80c447745f721e217.zip
Use frozen-string-literal in ActiveJob
Diffstat (limited to 'activejob/lib/rails')
-rw-r--r--activejob/lib/rails/generators/job/job_generator.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activejob/lib/rails/generators/job/job_generator.rb b/activejob/lib/rails/generators/job/job_generator.rb
index 474f181f65..dce4e3a3fe 100644
--- a/activejob/lib/rails/generators/job/job_generator.rb
+++ b/activejob/lib/rails/generators/job/job_generator.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
require "rails/generators/named_base"
module Rails # :nodoc: