mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
10 lines
124 B
Ruby
10 lines
124 B
Ruby
class OpenUsers::EduCoder < OpenUser
|
|
def nickname
|
|
extra&.[]('nickname')
|
|
end
|
|
|
|
def en_type
|
|
'educoder'
|
|
end
|
|
end
|