module AbstractController::Rendering

def rendered_format

Returns +Content-Type+ of rendered content.
def rendered_format
  Mime[:text]
end