Notes:
Convenient RESTfulness for all your Camping needs (i.e. makes it easy to implement RESTful controllers in Camping).
Changes:
=== 0.3.0 :: 2008-06-19
* Restr has been moved out to its own gem, and should now work properly with
Rails 2.x (fixes bug #17421).
* `R` helper method should now work properly when a Restful controlelr class
is fed as input along with a custom action. The final argument can be a Hash
and will be translated into URL parameters. For example:
R(Kittens, 'list', 'colour' => 'black')
|