instance method
helpers_dir=
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
helpers_dir=(value)
No documentation comment.
Parameters
-
valuereq
Source
# 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
Defined in actionpack/lib/action_controller/metal/helpers.rb line 66
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Helpers::ClassMethods