Merge branch 'master' of github.com:domify/registry

This commit is contained in:
Martin Lensment 2015-08-10 17:18:53 +03:00
commit 81d704e4f5
6 changed files with 25 additions and 0 deletions

View file

@ -348,6 +348,14 @@ class Domain < ActiveRecord::Base
true
end
def poll_message!(message_key)
registrar.messages.create!(
body: "#{I18n.t(message_key)}: #{name}",
attached_obj_id: id,
attached_obj_type: self.class.to_s
)
end
def preclean_pendings
self.registrant_verification_token = nil
self.registrant_verification_asked_at = nil