mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
rolled back model changes
This commit is contained in:
parent
cbfe2704b6
commit
8fb8830dd0
1 changed files with 3 additions and 3 deletions
|
@ -172,9 +172,9 @@ module Depp
|
|||
end
|
||||
|
||||
def update_attributes(params)
|
||||
self.ident_country_code ||= params[:ident_country_code]
|
||||
self.ident_type ||= params[:ident_type]
|
||||
self.ident ||= params[:ident]
|
||||
self.ident_country_code = params[:ident_country_code]
|
||||
self.ident_type = params[:ident_type]
|
||||
self.ident = params[:ident]
|
||||
|
||||
self.name = params[:name]
|
||||
self.email = params[:email]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue