mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-22 13:37:48 +01:00
3 lines
66 B
Ruby
3 lines
66 B
Ruby
class TotpRecoveryCode < ApplicationRecord
|
|
belongs_to :user
|
|
end
|