public
Fork of insoshi/insoshi
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/trentono/insoshi.git
Added authentication
Testing layout
Michael Hartl (author)
Mon Feb 18 19:55:09 -0800 2008
commit  bf51bc45a0dce548a9b79ef5cf6a2bbc161cb9dc
tree    2f99af93e4e8410260d4321f4f931bf1301fdc9f
parent  840f7de1d480923b852b920857fe835f46b00bc4
...
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
+
0
+ map.resource :session
0
+
0
   # The priority is based upon order of creation: first created -> highest priority.
0
 
0
   # Sample of regular route:

Comments

    No one has commented yet.