Handlers for mid login

This commit is contained in:
Martin Lensment 2015-03-23 14:07:33 +02:00
parent 0ecbd87004
commit 418bd2046c
16 changed files with 173 additions and 7 deletions

View file

@ -7,4 +7,8 @@ class Admin::SessionsController < SessionsController
def login
end
def find_user_by_idc(idc)
AdminUser.find_by(identity_code: idc)
end
end