Small bugfix in shared view. Translations on start-page.
This commit is contained in:
parent
96442477d1
commit
24b66ee8d4
4 changed files with 22 additions and 21 deletions
|
|
@ -1,6 +1,7 @@
|
|||
ActionController::Routing::Routes.draw do |map|
|
||||
|
||||
map.my_profile '/home/profile', :controller => 'home', :action => 'profile'
|
||||
map.my_ordergroup '/home/ordergroup', :controller => 'home', :action => 'ordergroup'
|
||||
map.my_tasks '/home/tasks', :controller => 'tasks', :action => 'myTasks'
|
||||
|
||||
map.resources :orders, :member => { :finish => :post, :add_comment => :post }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue