Backbone ProtectedModel, WIP

This commit is contained in:
Gregory Eremin
2012-09-19 02:40:46 +04:00
parent 7cef7bfc9c
commit 95ac3e6eef
12 changed files with 69 additions and 33 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ BeatHaven::Application.routes.draw do
collection { get :complete; get :wtfis }
end
resources :session, only: [] do
collection { post :auth }
collection { get :auth }
end
end