Comment out domain confirms for temp

This commit is contained in:
Priit Tark 2015-05-15 10:01:58 +03:00
parent 6821afff65
commit b48cc7a83b

View file

@ -5,10 +5,10 @@ class Registrant::DomainUpdateConfirmsController < RegistrantController
def show def show
@domain = Domain.find(params[:id]) @domain = Domain.find(params[:id])
if @domain.present? && params[:token].present? && @domain.registrant_verification_token == params[:token] # if @domain.present? && params[:token].present? && @domain.registrant_verification_token == params[:token]
else # else
@domain = nil # @domain = nil
end # end
end end
def create def create