# File lib/action_controller/base.rb, line 668
      def prepend_view_path(path)
        @template.view_paths.unshift(*path)
      end