instance method
helpers_paths
Ruby on Rails 3.2.22.5
Since v3.2.22.5Signature
helpers_paths()
No documentation comment.
Source
# File railties/lib/rails/engine.rb, line 464
def helpers_paths
paths["app/helpers"].existent
end
Defined in railties/lib/rails/engine.rb line 464
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Engine