Source: show | on GitHub
# File actionpack/test/abstract/callbacks_test.rb, line 232 def index self.response_body = "Fail" end
# File actionpack/test/abstract/callbacks_test.rb, line 236 def set_body self.response_body = "Success" end