module ActionView::Rendering

def initialize

def initialize
  @rendered_format = nil
  super
end