method
all_helpers_from_path
v5.2.3 -
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"]