From 63a58213bcdb51f11d51c55978d2ab4753615b9b Mon Sep 17 00:00:00 2001 From: Sergey Nartimov Date: Wed, 21 Dec 2011 22:26:45 +0300 Subject: remove status_code from AD::ShowExceptions and useless requires --- actionpack/lib/action_view/base.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/lib/action_view') diff --git a/actionpack/lib/action_view/base.rb b/actionpack/lib/action_view/base.rb index 66a5d59857..54aa09a231 100644 --- a/actionpack/lib/action_view/base.rb +++ b/actionpack/lib/action_view/base.rb @@ -4,7 +4,6 @@ require 'active_support/core_ext/class/attribute' require 'active_support/core_ext/array/wrap' require 'active_support/ordered_options' require 'action_view/log_subscriber' -require 'active_support/core_ext/module/deprecation' module ActionView #:nodoc: # = Action View Base -- cgit v1.2.3