1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

removing the AV::Base.helpers class attribute as it is not needed.

This commit is contained in:
Nick Sutterer 2012-06-29 13:02:44 +02:00
parent 1b01ab4959
commit 67dd94a774

View file

@ -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