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
+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