README.rdoc in activeresource-response-0.0.8 vs README.rdoc in activeresource-response-0.0.9
- old
+ new
@@ -8,10 +8,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.7"
+ gem "activeresource-response", "~> 0.0.9"
Just open your ActiveResource class and add
add_response_method :your_method_name
\ No newline at end of file