diff options
author | Dixit Patel <dixitpatel012@aol.com> | 2017-11-24 20:11:17 +0530 |
---|---|---|
committer | Dixit Patel <dixitpatel012@aol.com> | 2017-11-24 20:11:17 +0530 |
commit | 88d9906d2d92bded70bd4ed83770433fdde18422 (patch) | |
tree | 75ec16f742d53612f6a967426ffb43fc8362238a /railties/lib | |
parent | b01cc6663f91e825ffdf862a761e7bfc3d2ffd85 (diff) | |
download | rails-88d9906d2d92bded70bd4ed83770433fdde18422.tar.gz rails-88d9906d2d92bded70bd4ed83770433fdde18422.tar.bz2 rails-88d9906d2d92bded70bd4ed83770433fdde18422.zip |
Rubocop style
Diffstat (limited to 'railties/lib')
-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 |