# File lib/aeolus_image/model/warehouse/image.rb, line 114 def template_xpath(path) xml = template_xml xml.present? ? xml.xpath(path).text : "" end