mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
refactored
This commit is contained in:
parent
8f17712232
commit
d2d31c049c
19 changed files with 32 additions and 112 deletions
|
@ -1,5 +1,5 @@
|
|||
class Dispute < ApplicationRecord
|
||||
extend CsvReportHelper
|
||||
extend ToCsv
|
||||
include WhoisStatusPopulate
|
||||
validates :domain_name, :password, :starts_at, :expires_at, presence: true
|
||||
before_validation :fill_empty_passwords, :set_expiry_date
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue