summaryrefslogtreecommitdiff
path: root/app/models/alert.rb
blob: 343c2695bb70d6b45fa10df0d2230cf08f045f06 (plain)
1
2
3
class Alert < ActiveRecord::Base
  belongs_to :author
end