From fb7e9f8b93455975ce033048786c7f61ccd0bb14 Mon Sep 17 00:00:00 2001 From: Niranjan Paranjape Date: Tue, 9 Feb 2010 19:12:17 +0530 Subject: [PATCH] updated readme --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 6f37c32..1b14ed2 100644 --- a/README.rdoc +++ b/README.rdoc @@ -2,4 +2,4 @@ PoxPaginate is an extension to WillPaginate and ActiveResource that makes it possible to transparently paginate over a collection of XML serialised resources. -It currently depends on a patch to fix a bug in Rails that is documented in this {Lighthouse ticket}[https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/3217-parsing-an-xml-file-with-multiple-records-and-extra-attributes-besides-type-fails]. \ No newline at end of file +It currently overrides the Hash.from_xml method to fix a bug in Rails that is documented in this {Lighthouse ticket}[https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/3217-parsing-an-xml-file-with-multiple-records-and-extra-attributes-besides-type-fails]. \ No newline at end of file