Fixed user settings.

This commit is contained in:
benni 2012-07-31 18:21:42 +02:00
parent ef2ce98e46
commit f759552022
19 changed files with 925 additions and 5 deletions

View file

@ -222,6 +222,7 @@ de:
order: Bestellung
order_comment: Kommentar
order_article: Bestell-Artikel
invoice: Rechnung
attributes:
article:
price: Nettopreis

View file

@ -23,6 +23,7 @@ Foodsoft::Application.routes.draw do
match '/home/profile' => 'home#profile', :as => 'my_profile'
match '/home/ordergroup' => 'home#ordergroup', :as => 'my_ordergroup'
match '/home/cancel_membership' => 'home#cancel_membership', :as => 'cancel_membership'
############ Wiki