Adding interlock authentication

This commit is contained in:
2014-02-23 05:55:00 -07:00
parent c5556a0d50
commit 095b6d3965
12 changed files with 81 additions and 15 deletions

View File

@@ -44,6 +44,7 @@ Dooraccess::Application.routes.draw do
match 'users/create' => 'users#create', :via => :post # Use POST users/create instead of POST users to avoid devise conflict
match 'cards/upload_all' => 'cards#upload_all', :as => :upload_all
match 'cards/authorize/:id' => 'cards#authorize', :as => :authorize
resources :cards
match 'cards/:id/upload' => 'cards#upload', :as => :upload