method
all_helpers_from_path
v6.1.7.7 -
Show latest stable
- Class:
ActionController::Helpers::ClassMethods
all_helpers_from_path(path)public
Returns a list of helper names in a given path.
ActionController::Base.all_helpers_from_path 'app/helpers' # => ["application", "chart", "rubygems"]