class AbstractController::Testing::Callback1
Public Instance Methods
first()
click to toggle source
# File actionpack/test/abstract/callbacks_test.rb, line 14 def first @text = "Hello world" end
index()
click to toggle source
# File actionpack/test/abstract/callbacks_test.rb, line 18 def index self.response_body = @text end