Allow user to creates named auth keys with token

This commit is contained in:
Thibault Jouan
2015-05-04 04:34:13 +00:00
parent 7d1274cbb3
commit 763c9789ec
12 changed files with 174 additions and 1 deletions

View File

@@ -22,5 +22,7 @@ Rails.application.routes.draw do
get 'download', on: :member
end
resources :keys
resources :users, only: %i[new create]
end