README.rdoc in activeresource-response-0.0.4 vs README.rdoc in activeresource-response-0.0.5
- old
+ new
@@ -6,10 +6,10 @@
Such functionallity can be used for easily implementing pagination in a REST API so that an ActiveResource client can navigate paginated results.
== How to use?
Add dependency to your Gemfile
- gem "activeresource-response", "~> 0.0.3"
+ gem "activeresource-response", "~> 0.0.5"
Just open your ActiveResource class and add
add_response_method :your_method_name