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