Source: show | on GitHub
# File actionpack/test/abstract/callbacks_test.rb, line 252 def first @text = "Hello world" end
# File actionpack/test/abstract/callbacks_test.rb, line 256 def index(text) self.response_body = @text + text end