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