all_application_helpers()
Extract helper names from files in `app/helpers/**/*_helper.rb`
# File actionpack/lib/action_controller/metal/helpers.rb, line 119 def all_application_helpers all_helpers_from_path(helpers_path) end