Blob of app/models/event.rb (raw blob data)

1 class Event < ActiveRecord::Base
2 belongs_to :user
3 belongs_to :project
4 belongs_to :target, :polymorphic => true
5 end