Small bugfix in shared view. Translations on start-page.

This commit is contained in:
Benjamin Meichsner 2009-02-06 21:18:20 +01:00
parent 96442477d1
commit 24b66ee8d4
4 changed files with 22 additions and 21 deletions

View file

@ -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 }