method
helpers_dir=
rails latest stable - Class:
ActionController::Helpers::ClassMethods
helpers_dir=(value)public
No documentation available.
# File actionpack/lib/action_controller/metal/helpers.rb, line 66
def helpers_dir=(value)
ActiveSupport::Deprecation.warn "helpers_dir= is deprecated, use helpers_path= instead", caller
self.helpers_path = Array.wrap(value)
end