Class: Tim::Template
- Includes:
- ActiveModel::Validations
- Defined in:
- app/models/tim/template.rb
Instance Method Summary collapse
-
#xml_elements ⇒ Object
Used in views to display the xml elements of this template.
Instance Method Details
#xml_elements ⇒ Object
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 |