mattsears / with_xml

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

This URL has Read+Write access

mattsears (author)
Mon May 25 18:48:39 -0700 2009
commit  9412719671586259d05ed2b12e868a4c978a513b
tree    9c2d37aadf092b1141b457e1aa23e4bdb030be26
parent  8dbb90b4b27b90643a4521f9a75a6c56ed0b4ab3
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