module DataStyleSanitizer::Rails::ControllerIntegration

def html_response?

def html_response?
  response.content_type == "text/html"
end