aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2015-01-04 18:26:14 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2015-01-04 18:26:36 -0200
commitcf6b13b2be78c5728b23f8a69aad0bf6eaee5fcb (patch)
tree763e4cf5ef8ec51aba1fb54241a0032fdd58d6f4 /actionpack/lib
parentafd5e9a7ff0072e482b0b0e8e238d21b070b6280 (diff)
downloadrails-cf6b13b2be78c5728b23f8a69aad0bf6eaee5fcb.tar.gz
rails-cf6b13b2be78c5728b23f8a69aad0bf6eaee5fcb.tar.bz2
rails-cf6b13b2be78c5728b23f8a69aad0bf6eaee5fcb.zip
Remove unused require
This was used by the respond_to/respond_with implementation on this file, which is now extracted to the responders gem.
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_controller/metal/mime_responds.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/mime_responds.rb b/actionpack/lib/action_controller/metal/mime_responds.rb
index a2a5f67b1e..7dae171215 100644
--- a/actionpack/lib/action_controller/metal/mime_responds.rb
+++ b/actionpack/lib/action_controller/metal/mime_responds.rb
@@ -1,4 +1,3 @@
-require 'active_support/core_ext/array/extract_options'
require 'abstract_controller/collector'
module ActionController #:nodoc: