rm binding.pre ...
This commit is contained in:
parent
34f0eea1ff
commit
c85b15e425
|
@ -35,7 +35,6 @@ class Admin::UsersNewInterfaceController < ApplicationController
|
|||
|
||||
attribute_values = @user.attribute_values
|
||||
attribute_values.each{|att_val|
|
||||
binding.pry if att_val.id.to_s == '5052dab52b5c49ae9d000006'
|
||||
@profile_data.push({:name => att_val.attribute_field.title,:value =>att_val.get_value_by_locale(I18n.locale.to_s)}) if att_val.attribute_field.attribute.key=="profile" rescue false
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue