Class: AssociatedWorkEffort

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/associated_work_effort.rb

Overview

EXAMPLE USAGE of has_many_polymorphic with AssociatedWorkEffort WorkEffort.class_eval do

has_many_polymorphic :associated_records,
           :through => :associated_work_efforts,
           :models => [:shipment_items]

end