Fix bug.
This commit is contained in:
parent
538294116b
commit
5749b5c363
|
@ -5,5 +5,5 @@ class AdvisingType
|
||||||
field :title, localize: true
|
field :title, localize: true
|
||||||
field :sort_position, :type => Integer, :default => 0
|
field :sort_position, :type => Integer, :default => 0
|
||||||
|
|
||||||
has_many :academic_advisings
|
has_many :advisings
|
||||||
end
|
end
|
Loading…
Reference in New Issue