Skip to content

Commit

Permalink
silence deprecation message for dynamic controller and actions on Act…
Browse files Browse the repository at this point in the history
…ion View test

Follow up to rails#23980.
  • Loading branch information
y-yagi committed Mar 12, 2016
1 parent 9201030 commit e58a2b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion actionview/test/template/url_helper_test.rb
Expand Up @@ -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),
Expand Down

0 comments on commit e58a2b0

Please sign in to comment.