バグ #918 » slack.patch
| core/user.rb (revision ) | ||
|---|---|---|
|
# detail | detail
|
||
|
# profile_image_url | icon
|
||
|
field.int :id
|
||
|
field.string :id
|
||
|
field.string :idname
|
||
|
field.string :name
|
||
|
field.string :location
|
||
| ... | ... | |
|
def self.container_class
|
||
|
Users end
|
||
|
alias :to_i :id
|
||
|
deprecate :to_i, "id", 2017, 05
|
||
|
def idname
|
||
|
self[:idname] end
|
||