We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ddbca3 + 9306495 commit 21eceb7Copy full SHA for 21eceb7
actionpack/lib/abstract_controller/helpers.rb
@@ -82,6 +82,9 @@ def inherited(klass)
82
# Given an array of values like the ones accepted by +helper+, this method
83
# returns an array with the corresponding modules, in the same order.
84
#
85
+ # ActionController::Base.modules_for_helpers(["application", "chart", "rubygems"])
86
+ # # => [ApplicationHelper, ChartHelper, RubygemsHelper]
87
+ #
88
#--
89
# Implemented by Resolution#modules_for_helpers.
90
0 commit comments