Methods
F
I
Instance Public methods
first()
# File actionpack/test/abstract/callbacks_test.rb, line 13
def first
  @text = "Hello world"
end
index()
# File actionpack/test/abstract/callbacks_test.rb, line 17
def index
  self.response_body = @text
end