Skip to content

Commit

Permalink
Bring back helpers_path attr accessor
Browse files Browse the repository at this point in the history
This is apparently used by the railtie to setup the app helpers paths
correctly between initializers. I'll need to check it further.
  • Loading branch information
carlosantoniodasilva committed Dec 13, 2012
1 parent 34cdaf7 commit 0262a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down Expand Up @@ -50,6 +49,7 @@ module ActionController
module Helpers
extend ActiveSupport::Concern

class << self; attr_accessor :helpers_path; end
include AbstractController::Helpers

included do
Expand Down

0 comments on commit 0262a18

Please sign in to comment.