From f3b70b193f669a2e93fae9b8f3a4ac9170427624 Mon Sep 17 00:00:00 2001 From: ReinH Date: Mon, 8 Sep 2008 14:17:54 -0700 Subject: [PATCH] Finishing documentation update --- lib/ardes/resources_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ardes/resources_controller.rb b/lib/ardes/resources_controller.rb index 1833e28..3b955d5 100644 --- a/lib/ardes/resources_controller.rb +++ b/lib/ardes/resources_controller.rb @@ -138,7 +138,7 @@ module Ardes#:nodoc: # forum.resource :image # end # - # map.home '', :controller => :forums, :action => :index, :resource_path => '/forums' + # map.root :controller => :forums, :action => :index, :resource_path => '/forums' # # app/controllers: #