mattsears / with_xml

A simple rails plugin for the xml serialization of ActiveRecord objects with various xml schemas

This URL has Read+Write access

with_xml / init.rb
100644 5 lines (4 sloc) 0.074 kb
1
2
3
4
5
require "with_xml"
 
ActiveRecord::Base.class_eval do
  include WithXml
end