mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Specify Devise modules for each type of user
This commit is contained in:
parent
02137b620e
commit
c31f507c25
4 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,7 @@ require 'open3'
|
|||
|
||||
class ApiUser < User
|
||||
include EppErrors
|
||||
devise :database_authenticatable, :trackable, :timeoutable
|
||||
|
||||
def epp_code_map
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue