Update model with semesters
This commit is contained in:
parent
2936abbc91
commit
796fc804a7
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
class Alert < ActiveRecord::Base
|
||||
enum_attr :semester, %w(US13 FS13 SS14)
|
||||
attr_accessible :course, :department, :semester, :sections
|
||||
attr_protected :user_id
|
||||
attr_protected :alerted
|
||||
|
|
Loading…
Reference in a new issue