module ActionView::ViewPaths

def append_view_path(path)

def append_view_path(path)
  lookup_context.view_paths.push(*path)
end