mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
Add verification model & migration
This commit is contained in:
parent
b8ade7628d
commit
cc142076c3
4 changed files with 168 additions and 7 deletions
4
app/models/email_address_verification.rb
Normal file
4
app/models/email_address_verification.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class EmailAddressVerification < ApplicationRecord
|
||||
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue