This commit is contained in:
chiu 2021-03-04 18:51:53 +08:00
parent 538294116b
commit 5749b5c363
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ class AdvisingType
field :title, localize: true
field :sort_position, :type => Integer, :default => 0
has_many :academic_advisings
has_many :advisings
end