module ActionView::Layouts

def initialize(*) # :nodoc:

:nodoc:
def initialize(*) # :nodoc:
  @_action_has_layout = true
  super
end