mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-24 04:17:47 +01:00
4 lines
66 B
Ruby
4 lines
66 B
Ruby
|
class TotpRecoveryCode < ApplicationRecord
|
||
|
belongs_to :user
|
||
|
end
|