module AbstractController::ViewPaths::ClassMethods

def view_paths=(paths)

otherwise, process the parameter into a ViewPathSet.
* paths - If a ViewPathSet is provided, use that;
==== Parameters

Set the view paths.
def view_paths=(paths)
  self._view_paths = ActionView::Base.process_view_paths(paths)
  self._view_paths.freeze
end