mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
added dedicated registrant model
This commit is contained in:
parent
2ed9672eb5
commit
321e28b8c7
10 changed files with 40 additions and 14 deletions
6
app/models/registrant.rb
Normal file
6
app/models/registrant.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class Registrant < Contact
|
||||
# epp_code_map is used during epp domain create
|
||||
def epp_code_map
|
||||
{}
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue