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