diff options
author | Koichi ITO <koic.ito@gmail.com> | 2017-08-12 21:32:15 +0900 |
---|---|---|
committer | Koichi ITO <koic.ito@gmail.com> | 2017-08-12 21:43:42 +0900 |
commit | d02844f2499be488d262bc274530ec44e242fd70 (patch) | |
tree | 7ff85210a7d93db94509bf12bd5e520f46c59e96 /activestorage/lib/tasks | |
parent | 98360a96cc1e0bb6ab9eb31f421a36439e66eefc (diff) | |
download | rails-d02844f2499be488d262bc274530ec44e242fd70.tar.gz rails-d02844f2499be488d262bc274530ec44e242fd70.tar.bz2 rails-d02844f2499be488d262bc274530ec44e242fd70.zip |
Use frozen string literal in Active Storage
Diffstat (limited to 'activestorage/lib/tasks')
-rw-r--r-- | activestorage/lib/tasks/activestorage.rake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activestorage/lib/tasks/activestorage.rake b/activestorage/lib/tasks/activestorage.rake index 7a573be596..746bc5b28a 100644 --- a/activestorage/lib/tasks/activestorage.rake +++ b/activestorage/lib/tasks/activestorage.rake @@ -1,3 +1,5 @@ +# frozen_string_literal: true + namespace :activestorage do desc "Copy over the migration needed to the application" task install: :environment do |