Changeset 1797

Show
Ignore:
Timestamp:
09/11/08 10:50:51 (4 months ago)
Author:
dbryson
Message:


Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • community_hive/trunk/community_hive_web/config/routes.rb

    r1717 r1797  
    2626 
    2727  # You can have the root of your site routed with map.root -- just remember to delete public/index.html. 
    28   map.root :controller => "main" 
     28  map.root :controller => "urls" 
     29  map.resources :urls 
     30  map.search '/search', :controller => 'urls', :action => 'search' 
     31  map.resources :users 
    2932   
    30   map.login '/login', :controller => 'account', :action => 'login' 
    31   map.logout '/logout', :controller => 'account', :action => 'logout' 
     33  map.login '/signin', :controller => 'account', :action => 'login' 
     34  map.logout '/signout', :controller => 'account', :action => 'logout' 
    3235 
    3336  # See how all your routes lay out with "rake routes"