Index: core/user.rb IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- core/user.rb (date 1477123177000) +++ core/user.rb (revision ) @@ -20,7 +20,7 @@ # detail | detail # profile_image_url | icon - field.int :id + field.string :id field.string :idname field.string :name field.string :location @@ -58,9 +58,6 @@ def self.container_class Users end - - alias :to_i :id - deprecate :to_i, "id", 2017, 05 def idname self[:idname] end