# File lib/abstract_controller/view_paths.rb, line 29
    def prepend_view_path(path)
      lookup_context.view_paths.unshift(*path)
    end