module ActionController::Helpers::ClassMethods

def all_application_helpers

Extract helper names from files in app/helpers/**/*_helper.rb
def all_application_helpers
  all_helpers_from_path(helpers_path)
end