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