public
Description: resources_controller rails plugin: rc makes RESTful controllers fun
Homepage: http://plugins.ardes.com/doc/resources_controller
Clone URL: git://github.com/ianwhite/resources_controller.git
Click here to lend your support to: resources_controller and make a donation at www.pledgie.com !
Fixed typo in README
ianwhite (author)
Thu Jun 05 09:27:57 -0700 2008
commit  f2492ec4b12b61f0fac67a5ab4a64219de18d18b
tree    c26228f3a7100c4c16d189917694190d60662442
parent  64150f0c3a93f06e2ac67d62444c2c2b60d0c674
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@ resources_controller works with rails 2 and edge.
0
 == Specs and Coverage
0
 
0
 * The SPECDOC lists the specifications
0
-* Coverage is 100% (C2), and the spec suite is quite comprehensive
0
+* Coverage is 100% (C0), and the spec suite is quite comprehensive
0
 
0
 RSpec is used for testing, so the tests are in <tt>spec/</tt> rather than
0
 <tt>test/</tt> Do rake --tasks for more details.

Comments