mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
110687814-migrations_and_values
This commit is contained in:
parent
185e1d5c93
commit
577762a2bc
5 changed files with 24 additions and 3 deletions
|
@ -29,7 +29,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue