Fix mess with registrant user routes

This commit is contained in:
Alex Sherman 2020-09-30 13:33:45 +05:00
parent 94b8ffd158
commit 6e99521d59
6 changed files with 54 additions and 55 deletions

View file

@ -21,5 +21,4 @@ class User < ApplicationRecord
User.find_by(identity_code: identity_code, country_code: country_code)
end
end