webmail_controller moded from components to app
This commit is contained in:
parent
789f813b42
commit
ab8bf72949
22 changed files with 6 additions and 5 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue