Added general user stamping on contact

This commit is contained in:
Andres Keskküla 2014-08-04 13:15:54 +03:00
parent 86dc8321c6
commit 8ce1875484
6 changed files with 33 additions and 1 deletions

View file

@ -21,6 +21,8 @@ module Epp::ContactsHelper
zip: ph[:postalInfo][:pc]
)
stamp @contact
@contact.save
render '/epp/contacts/create'
end