# File lib/abstract_controller/view_paths.rb, line 67
      def append_view_path(path)
        self._view_paths = view_paths + Array(path)
      end