Source: show | on GitHub
# File actionpack/test/controller/test_case_test.rb, line 188 def default_url_options if defined?(@dynamic_opt) super.merge dynamic_opt: @dynamic_opt else super end end
# File actionpack/test/controller/test_case_test.rb, line 184 def test_url_options_reset render plain: url_for end