Method: Xml::Kit::Templatable#render

Defined in:
lib/xml/kit/templatable.rb

#render(model, options) ⇒ Object



84
85
86
# File 'lib/xml/kit/templatable.rb', line 84

def render(model, options)
  ::Xml::Kit::Template.new(model).to_xml(options)
end