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

3 lines
96 B
Ruby

class Alert < ActiveRecord::Base
attr_accessible :alerted, :course, :department, :user_id
end