missing new registrant country name

This commit is contained in:
Georg Kahest 2015-12-17 19:36:57 +02:00
parent eb6c1d607b
commit 688071bf46

View file

@ -39,6 +39,7 @@ class DomainMailModel
@params[:registrant_email] = new_registrant.email @params[:registrant_email] = new_registrant.email
@params[:registrant_street] = new_registrant.street @params[:registrant_street] = new_registrant.street
@params[:registrant_city] = new_registrant.city @params[:registrant_city] = new_registrant.city
@params[:registrant_country] = new_registrant.country.name
compose compose
end end