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