提交 6ac1cf39 编写于 作者: C Christina Thompson 提交者: Yuki Nishijima

Suppress warning from actionview controller helper.

Explicitly pass a destructed array to the delegate method.
Signed-off-by: NYuki Nishijima <yk.nishijima@gmail.com>
上级 9c35bf2a
......@@ -13,7 +13,7 @@ module ControllerHelper #:nodoc:
:session, :cookies, :response, :headers, :flash, :action_name,
:controller_name, :controller_path]
delegate *CONTROLLER_DELEGATES, to: :controller
delegate(*CONTROLLER_DELEGATES, to: :controller)
def assign_controller(controller)
if @_controller = controller
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册