use multiple trusted_device_token

This commit is contained in:
simon lehericey 2019-02-01 18:11:55 +01:00
parent bee9a108c5
commit b9b83cca3a
4 changed files with 35 additions and 11 deletions

View file

@ -0,0 +1,4 @@
class TrustedDeviceToken < ApplicationRecord
belongs_to :gestionnaire
has_secure_token
end