use multiple trusted_device_token
This commit is contained in:
parent
bee9a108c5
commit
b9b83cca3a
4 changed files with 35 additions and 11 deletions
4
app/models/trusted_device_token.rb
Normal file
4
app/models/trusted_device_token.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class TrustedDeviceToken < ApplicationRecord
|
||||
belongs_to :gestionnaire
|
||||
has_secure_token
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue