diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-12-13 09:36:58 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-12-13 09:41:09 -0200 |
commit | 0262a18c7b0ab6f60fee842b3007388f9ffeb0fa (patch) | |
tree | 1bc598b75cf74ad017f66861fe6752d53a262d9c /actionpack/lib | |
parent | 34cdaf7ac481eb90df28d5bbad745a585e88e4cb (diff) | |
download | rails-0262a18c7b0ab6f60fee842b3007388f9ffeb0fa.tar.gz rails-0262a18c7b0ab6f60fee842b3007388f9ffeb0fa.tar.bz2 rails-0262a18c7b0ab6f60fee842b3007388f9ffeb0fa.zip |
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.
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_controller/metal/helpers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |