rm binding.pre ...

This commit is contained in:
Rueshyna 2012-11-16 09:44:57 +08:00
parent 34f0eea1ff
commit c85b15e425
1 changed files with 0 additions and 1 deletions

View File

@ -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
}