1
0
Fork 0
MSU-Course-Alerter/app/models/alert.rb

4 lines
96 B
Ruby
Raw Normal View History

2013-04-02 02:43:01 -04:00
class Alert < ActiveRecord::Base
attr_accessible :alerted, :course, :department, :user_id
end