Merge branch '110687814-update_values' into staging

This commit is contained in:
Stas 2016-03-02 19:25:28 +02:00
commit 1e19855c9d
7 changed files with 28 additions and 3 deletions

View file

@ -31,7 +31,7 @@ class Epp::ContactsController < EppController
def update
authorize! :update, @contact, @password
if @contact.update_attributes(params[:parsed_frame])
if @contact.update_attributes(params[:parsed_frame], current_user)
render_epp_response 'epp/contacts/update'
else
handle_errors(@contact)