From 0262a18c7b0ab6f60fee842b3007388f9ffeb0fa Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Thu, 13 Dec 2012 09:36:58 -0200 Subject: Bring back helpers_path attr accessor This is apparently used by the railtie to setup the app helpers paths correctly between initializers. I'll need to check it further. --- actionpack/lib/action_controller/metal/helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/metal') diff --git a/actionpack/lib/action_controller/metal/helpers.rb b/actionpack/lib/action_controller/metal/helpers.rb index 6b1bc88e2b..35facd13c8 100644 --- a/actionpack/lib/action_controller/metal/helpers.rb +++ b/actionpack/lib/action_controller/metal/helpers.rb @@ -1,4 +1,3 @@ - module ActionController # The \Rails framework provides a large number of helpers for working with assets, dates, forms, # numbers and model objects, to name a few. These helpers are available to all templates @@ -50,6 +49,7 @@ module ActionController module Helpers extend ActiveSupport::Concern + class << self; attr_accessor :helpers_path; end include AbstractController::Helpers included do -- cgit v1.2.3