# File lib/abstract_controller/view_paths.rb, line 91
      def view_paths=(paths)
        self._view_paths = ActionView::PathSet.new(Array.wrap(paths))
      end