|
|
|
@ -3,7 +3,7 @@ class UserExtension < ApplicationRecord
|
|
|
|
|
enum identity: { teacher: 0, student: 1, professional: 2, developer: 3 }
|
|
|
|
|
|
|
|
|
|
belongs_to :user, touch: true
|
|
|
|
|
belongs_to :school
|
|
|
|
|
belongs_to :school, optional: true
|
|
|
|
|
belongs_to :department, optional: true
|
|
|
|
|
|
|
|
|
|
def identity_text
|
|
|
|
|