# File lib/action_controller/base.rb, line 664
      def prepend_view_path(path)
        @template.finder.prepend_view_path(path)  # Mutex needed
      end