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:
parent
1b01ab4959
commit
67dd94a774
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue