class AbstractController::Testing::Callback3

Public Instance Methods

index() click to toggle source
# File actionpack/test/abstract/callbacks_test.rb, line 96
def index
  self.response_body = @text
end