instance method
all_application_helpers
Ruby on Rails 7.0.10
Since v2.2.3 PrivateSignature
all_application_helpers()
Extract helper names from files in app/helpers/**/*_helper.rb
Source
# File actionpack/lib/action_controller/metal/helpers.rb, line 122
def all_application_helpers
all_helpers_from_path(helpers_path)
end
Defined in actionpack/lib/action_controller/metal/helpers.rb line 122
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Helpers::ClassMethods