Guest User

Untitled

a guest
Oct 20th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. belongs_to :resource, :polymorphic => true
  2. # belongs_to :customer, :polymorphic => true, :foreign_key => 'resource_id'
  3. # belongs_to :order, :polymorphic => true, :foreign_key => 'resource_id'
  4. # belongs_to :warranty_contract, :polymorphic => true, :foreign_key => 'resource_id'
Add Comment
Please, Sign In to add comment