class TestNamedRouteUrlHelpers::ProductsController
Public Instance Methods
show()
click to toggle source
# File actionpack/test/dispatch/routing_test.rb, line 4324 def show render plain: "products#show" end
# File actionpack/test/dispatch/routing_test.rb, line 4324 def show render plain: "products#show" end