class SimpleController

Public Instance Methods

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