class IntegrationWithRoutingTest::FooController

Public Instance Methods

index() click to toggle source
# File actionpack/test/controller/integration_test.rb, line 870
def index
  render plain: "ok"
end