instance method
helpers_dir
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
helpers_dir()
No documentation comment.
Source
# File actionpack/lib/action_controller/metal/helpers.rb, line 61
def helpers_dir
ActiveSupport::Deprecation.warn "helpers_dir is deprecated, use helpers_path instead", caller
self.helpers_path
end
Defined in actionpack/lib/action_controller/metal/helpers.rb line 61
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Helpers::ClassMethods