mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Revert "Use inflector rule to acronym Api to API"
This reverts commit 06f5eb10d4
.
This commit is contained in:
parent
90b2455032
commit
aac76b333c
25 changed files with 43 additions and 44 deletions
|
@ -95,6 +95,6 @@ class Registrant::SessionsController < Devise::SessionsController
|
|||
|
||||
def find_user_by_idc(idc)
|
||||
return User.new unless idc
|
||||
APIUser.find_by(identity_code: idc) || User.new
|
||||
ApiUser.find_by(identity_code: idc) || User.new
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue