Flowdock
method

to_xml

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: ActiveResource::Base
to_xml(options={}) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activeresource/lib/active_resource/base.rb, line 1342
    def to_xml(options={})
      super({ :root => self.class.element_name }.merge(options))
    end
Register or log in to add new notes.