diff --git a/app/models/alert.rb b/app/models/alert.rb index e3bc90b..0355da9 100644 --- a/app/models/alert.rb +++ b/app/models/alert.rb @@ -27,7 +27,7 @@ class Alert < ActiveRecord::Base end def class_name - @department + ' ' + @course + "#{self.department} #{self.course}" end def sections