Module
ActiveModel::Serializers::Xml
In:
lib/active_model/serializers/xml.rb
Methods
from_xml
to_xml
Included Modules
ActiveModel::Serialization
Public Instance methods
from_xml
(xml)
to_xml
(options = {}, &block)
Returns XML representing the model. Configuration can be passed through
options
.
[Validate]