method

all_helpers_from_path

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"]