提交 0e502e08 编写于 作者: S Santiago Pastorino

Merge pull request #5407 from homakov/patch-1

'module' is reserved word. Sample of code with error - not cool.
......@@ -174,8 +174,8 @@ class Base < Metal
# Shortcut helper that returns all the ActionController modules except the ones passed in the argument:
#
# class MetalController
# ActionController::Base.without_modules(:ParamsWrapper, :Streaming).each do |module|
# include module
# ActionController::Base.without_modules(:ParamsWrapper, :Streaming).each do |left|
# include left
# end
# end
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册