module ActionView::ViewPaths

def prepend_view_path(path)

def prepend_view_path(path)
  lookup_context.view_paths.unshift(*path)
end