diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-02-12 21:50:50 +0900 |
---|---|---|
committer | Jeremy Daer <jeremydaer@gmail.com> | 2017-02-12 19:38:49 -0700 |
commit | 416d85b65e4f49f7e86f24c56bc1ec7441e90f2c (patch) | |
tree | 692bb6564b4e7f2b80f7e899144aea4c94f1a22b /actionpack/lib/action_controller | |
parent | 60c5d393bb642e9228c07948fd8fb73be2ad1526 (diff) | |
download | rails-416d85b65e4f49f7e86f24c56bc1ec7441e90f2c.tar.gz rails-416d85b65e4f49f7e86f24c56bc1ec7441e90f2c.tar.bz2 rails-416d85b65e4f49f7e86f24c56bc1ec7441e90f2c.zip |
Remove unused require
These files are not using `strip_heredoc`.
Closes #27976
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r-- | actionpack/lib/action_controller/metal/implicit_render.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/metal/implicit_render.rb b/actionpack/lib/action_controller/metal/implicit_render.rb index 8615c16c6f..dde924e682 100644 --- a/actionpack/lib/action_controller/metal/implicit_render.rb +++ b/actionpack/lib/action_controller/metal/implicit_render.rb @@ -1,5 +1,3 @@ -require "active_support/core_ext/string/strip" - module ActionController # Handles implicit rendering for a controller action that does not # explicitly respond with +render+, +respond_to+, +redirect+, or +head+. |