# File lib/abstract_controller/view_paths.rb, line 50 def prepend_view_path(path) self.view_paths = Array(path) + view_paths.dup end