This commit is contained in:
Karl Erik Õunapuu 2020-06-01 16:19:17 +03:00
parent 7580824a38
commit 0af1cc17d1
2 changed files with 1 additions and 2 deletions

View file

@ -56,7 +56,7 @@ module Versions
end
def touch_domains_version
domains.each { |domain| domain.touch }
domains.each(&:touch)
end
end

View file

@ -3,7 +3,6 @@
class RegistrantVerification < ApplicationRecord
has_paper_trail versions: { class_name: 'RegistrantVerificationVersion' }
# actions
CONFIRMED = 'confirmed'
REJECTED = 'rejected'