class MetalControllerInstanceTests::SimpleController

Public Instance Methods

hello() click to toggle source
# File actionpack/test/controller/metal_test.rb, line 7
def hello
  self.response_body = "hello"
end