mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Migrate ToCsv
module to CsvGenerator
service
This commit is contained in:
parent
daafa756aa
commit
e50501f13f
16 changed files with 34 additions and 60 deletions
|
@ -1,5 +1,4 @@
|
|||
class Dispute < ApplicationRecord
|
||||
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