diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-11-24 14:47:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-24 14:47:56 -0500 |
commit | 2ec9c532cbbdbe636a17411db3f9de47ca6a81c1 (patch) | |
tree | 16a9e31b8f57541087a97c6631b98f64f416fb3d | |
parent | 1debdb09663147bf6d5808affa672c6c84105721 (diff) | |
parent | 88d9906d2d92bded70bd4ed83770433fdde18422 (diff) | |
download | rails-2ec9c532cbbdbe636a17411db3f9de47ca6a81c1.tar.gz rails-2ec9c532cbbdbe636a17411db3f9de47ca6a81c1.tar.bz2 rails-2ec9c532cbbdbe636a17411db3f9de47ca6a81c1.zip |
Merge pull request #31215 from dixitp012/fix_rubocop_style_in_railties
Rubocop style: Missing magic comment
-rw-r--r-- | railties/lib/rails/command/helpers/editor.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/lib/rails/command/helpers/editor.rb b/railties/lib/rails/command/helpers/editor.rb index 5e9ecc05e7..6191d97672 100644 --- a/railties/lib/rails/command/helpers/editor.rb +++ b/railties/lib/rails/command/helpers/editor.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require "active_support/encrypted_file" module Rails |