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 54901ac + 7c5e422 commit 7c03190Copy full SHA for 7c03190
actionpack/lib/action_controller/base.rb
@@ -183,7 +183,7 @@ class Base < Metal
183
# Shortcut helper that returns all the modules included in
184
# ActionController::Base except the ones passed as arguments:
185
#
186
- # class MetalController
+ # class MyBaseController < ActionController::Metal
187
# ActionController::Base.without_modules(:ParamsWrapper, :Streaming).each do |left|
188
# include left
189
# end
0 commit comments