class AbstractController::Base

def performed?

callback needs to be terminated in AbstractController::Callbacks.
Tests if a response body is set. Used to determine if the `process_action`
def performed?
  response_body
end