module ActionView::LookupContext::ViewPaths
def build_view_paths(paths)
Whenever setting view paths, makes a copy so that we can manipulate them in
def build_view_paths(paths) if ActionView::PathSet === paths paths else ActionView::PathSet.new(Array(paths)) end end