public
Description: A Family Budget application
Clone URL: git://github.com/francois/family_budget.git
Configured restful authentication.
francois (author)
Wed Feb 27 18:43:14 -0800 2008
commit  fdbece4c761cdc9ca8c771ddc4f3018fe8a1f86e
tree    22941b9848cfe9112f43e23cba7bbb913dfee5c7
parent  844c54372ad78785508f036a7118cfe843694a6a
...
1
 
 
 
 
2
3
4
...
1
2
3
4
5
6
7
8
0
@@ -1,4 +1,8 @@
0
 ActionController::Routing::Routes.draw do |map|
0
+ map.resources :people
0
+ map.resource :session
0
+ map.root :controller => "sessions", :action => "new"
0
+
0
   # The priority is based upon order of creation: first created -> highest priority.
0
 
0
   # Sample of regular route:
...
 
...
1
0
@@ -0,0 +1 @@
0
+*

Comments

    No one has commented yet.