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