From cf6b13b2be78c5728b23f8a69aad0bf6eaee5fcb Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sun, 4 Jan 2015 18:26:14 -0200 Subject: Remove unused require This was used by the respond_to/respond_with implementation on this file, which is now extracted to the responders gem. --- actionpack/lib/action_controller/metal/mime_responds.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/lib') 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: -- cgit v1.2.3