# File lib/action_controller/base.rb, line 668 def append_view_path(path) (@template || self.class).append_view_path(path) end