Guest User

Untitled

a guest
Jul 15th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. belongs_to :user
  2. belongs_to :assignee, :class_name => "User", :foreign_key => :assigned_to
  3. belongs_to :completor, :class_name => "User", :foreign_key => :completed_by
  4. belongs_to :asset, :polymorphic => true
  5. has_many :activities, :as => :subject, :order => 'created_at DESC'
Add Comment
Please, Sign In to add comment