mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 17:55:12 +02:00
parent
857b35417a
commit
f0a7edd6d8
14 changed files with 18 additions and 24 deletions
|
@ -46,6 +46,8 @@ class Registrar < ApplicationRecord
|
|||
RegenerateRegistrarWhoisesJob.enqueue id
|
||||
end
|
||||
|
||||
self.ignored_columns = %w[legacy_id]
|
||||
|
||||
class << self
|
||||
def ordered
|
||||
order(name: :asc)
|
||||
|
@ -194,4 +196,4 @@ class Registrar < ApplicationRecord
|
|||
def vat_liable_in_foreign_country?
|
||||
!vat_liable_locally?
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue