user ember progress

This commit is contained in:
2014-03-26 17:48:54 +01:00
parent 4e75c72097
commit 6af7dc74af
19 changed files with 129 additions and 35 deletions
+1
View File
@@ -23,6 +23,7 @@ en:
active_list:
title: Active list
needs_payment: Check please!
no_orders_explanation: You did not order anything
list_products:
title: Order
history_list:
+1
View File
@@ -22,6 +22,7 @@ nl:
active_list:
title: Actieve lijst
needs_payment: Rekening vragen!
no_orders_explanation: Je hebt nog niks besteld
list_products:
title: Bestel
history_list:
+5
View File
@@ -71,6 +71,11 @@ Qwaiter::Application.routes.draw do
namespace :users, path: '/user' do
resources :product_categories, only: [:index]
resources :lists, only: [] do
collection do
get :current
end
end
end