webmail_controller moded from components to app

This commit is contained in:
Eugene Korbut 2009-01-08 06:06:34 +10:00
parent 789f813b42
commit ab8bf72949
22 changed files with 6 additions and 5 deletions

View file

@ -5,7 +5,7 @@ ActionController::Routing::Routes.draw do |map|
# Here's a sample route:
# map.connect 'products/:id', :controller => 'catalog', :action => 'view'
# Keep in mind you can assign values other than :controller and :action
map.connect '', :controller=>'webmail/webmail', :action=>'index'
map.connect '', :controller=>'webmail', :action=>'index'
map.connect 'webmail', :controller=>'webmail/webmail', :action=>'index'