Class: Tim::Template

Inherits:
Base
  • Object
show all
Includes:
ActiveModel::Validations
Defined in:
app/models/tim/template.rb

Instance Method Summary collapse

Instance Method Details

#xml_elementsObject

Used in views to display the xml elements of this template



14
15
16
# File 'app/models/tim/template.rb', line 14

def xml_elements
  ::Nokogiri::XML::Document.parse(xml).xpath("//template/*").to_xml
end