c42 / pox_paginate

Transparent support for pagination using WillPaginate and ActiveResource over POX (Plain Old Xml)
http://c42.in/open_source
Other
34 stars 14 forks source link

Invalid XML for namespaced models #6

Open RKushnir opened 13 years ago

RKushnir commented 13 years ago

On the client side it says XML Parsing Error: not well-formed because MyNS::MyModel gets encoded as:

<my_ns/my_models type="array" current_page="1" per_page="10" ...>