class BadRouteRequestController
Public Instance Methods
foo()
click to toggle source
# File actionpack/test/dispatch/routing/ipv6_redirect_test.rb, line 15 def foo redirect_to action: :index end
index()
click to toggle source
# File actionpack/test/dispatch/routing/ipv6_redirect_test.rb, line 11 def index render plain: foo_path end