提交 e58a2b00 编写于 作者: Y yuuji.yaginuma

silence deprecation message for dynamic controller and actions on Action View test

Follow up to #23980.
上级 92010303
......@@ -655,7 +655,9 @@ class UrlHelperController < ActionController::Base
to: 'url_helper_controller_test/url_helper#show_named_route',
as: :show_named_route
get "/:controller(/:action(/:id))"
ActiveSupport::Deprecation.silence do
get "/:controller(/:action(/:id))"
end
get 'url_helper_controller_test/url_helper/normalize_recall_params',
to: UrlHelperController.action(:normalize_recall),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册