class EngineControllerTests::BarController

Public Instance Methods

index() click to toggle source
# File actionpack/test/controller/test_case_test.rb, line 985
def index
  render plain: "bar"
end