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 ce72c0c + 829e379 commit 0e502e0Copy full SHA for 0e502e0
actionpack/lib/action_controller/base.rb
@@ -174,8 +174,8 @@ class Base < Metal
174
# Shortcut helper that returns all the ActionController modules except the ones passed in the argument:
175
#
176
# class MetalController
177
- # ActionController::Base.without_modules(:ParamsWrapper, :Streaming).each do |module|
178
- # include module
+ # ActionController::Base.without_modules(:ParamsWrapper, :Streaming).each do |left|
+ # include left
179
# end
180
181
0 commit comments