sending email
This commit is contained in:
parent
8cf006e125
commit
80dee7f4e7
12 changed files with 339 additions and 35 deletions
|
@ -7,9 +7,9 @@ ActionController::Routing::Routes.draw do |map|
|
|||
# Keep in mind you can assign values other than :controller and :action
|
||||
map.connect '', :controller=>'webmail', :action=>'index'
|
||||
|
||||
map.connect 'webmail', :controller=>'webmail/webmail', :action=>'index'
|
||||
map.connect 'webmail', :controller=>'webmail', :action=>'index'
|
||||
|
||||
map.connect 'webmail/:action', :controller=>'webmail/webmail'
|
||||
map.connect 'webmail/:action', :controller=>'webmail'
|
||||
|
||||
map.connect 'contacts/contact/:action', :controller=>'contacts/contact'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue