module ActionView::Rendering

def rendered_format

def rendered_format
  Mime[lookup_context.rendered_format]
end