class ActionController::Responder

def display_errors

def display_errors
  # TODO: use `error_status` once we switch the default to be `unprocessable_entity`,
  # otherwise we'd be changing this behavior here now.
  controller.render format => resource_errors, :status => :unprocessable_entity
end