Methods
I
Instance Public methods
index()
# File actionview/test/actionpack/abstract/abstract_controller_test.rb, line 15
def index
  self.response_body = "Hello world"
  "Something else"
end