From 67dd94a77492faa0ab40d4596a12a70a96858cf4 Mon Sep 17 00:00:00 2001 From: Nick Sutterer Date: Fri, 29 Jun 2012 13:02:44 +0200 Subject: removing the AV::Base.helpers class attribute as it is not needed. --- actionpack/lib/action_view/base.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_view/base.rb b/actionpack/lib/action_view/base.rb index 4152f40c2e..7bfbc1f0aa 100644 --- a/actionpack/lib/action_view/base.rb +++ b/actionpack/lib/action_view/base.rb @@ -148,7 +148,6 @@ module ActionView #:nodoc: cattr_accessor :prefix_partial_path_with_controller_namespace @@prefix_partial_path_with_controller_namespace = true - class_attribute :helpers class_attribute :_routes class_attribute :logger -- cgit v1.2.3