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 !
Finishing documentation update
ReinH (author)
Mon Sep 08 14:17:54 -0700 2008
commit  f3b70b193f669a2e93fae9b8f3a4ac9170427624
tree    c07f2b3d0544fef6adc72054c40c876dd600ed62
parent  b91c26f0d45781e2462bcdf3b04a2c4161e0ee73
...
138
139
140
141
 
142
143
144
...
138
139
140
 
141
142
143
144
0
@@ -138,7 +138,7 @@ module Ardes#:nodoc:
0
   #    forum.resource :image
0
   #  end
0
   #
0
-  #  map.home '', :controller => :forums, :action => :index, :resource_path => '/forums'
0
+  #  map.root :controller => :forums, :action => :index, :resource_path => '/forums'
0
   #
0
   # app/controllers:
0
   #

Comments