diff --git a/app/models/advising_type.rb b/app/models/advising_type.rb index f391030..c734875 100644 --- a/app/models/advising_type.rb +++ b/app/models/advising_type.rb @@ -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 \ No newline at end of file