mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
added csv download
This commit is contained in:
parent
c7e92452af
commit
7f8eee52f4
41 changed files with 259 additions and 35 deletions
|
@ -1,4 +1,5 @@
|
|||
class Dispute < ApplicationRecord
|
||||
extend CsvReportHelper
|
||||
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