mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 21:25:39 +02:00
Clean up
This commit is contained in:
parent
7580824a38
commit
0af1cc17d1
2 changed files with 1 additions and 2 deletions
|
@ -56,7 +56,7 @@ module Versions
|
||||||
end
|
end
|
||||||
|
|
||||||
def touch_domains_version
|
def touch_domains_version
|
||||||
domains.each { |domain| domain.touch }
|
domains.each(&:touch)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
class RegistrantVerification < ApplicationRecord
|
class RegistrantVerification < ApplicationRecord
|
||||||
has_paper_trail versions: { class_name: 'RegistrantVerificationVersion' }
|
has_paper_trail versions: { class_name: 'RegistrantVerificationVersion' }
|
||||||
|
|
||||||
|
|
||||||
# actions
|
# actions
|
||||||
CONFIRMED = 'confirmed'
|
CONFIRMED = 'confirmed'
|
||||||
REJECTED = 'rejected'
|
REJECTED = 'rejected'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue