# File lib/abstract_controller/view_paths.rb, line 25
    def append_view_path(path)
      lookup_context.view_paths.push(*path)
    end