Displaying 1 result from an estimated 1 matches for "capable_teach".
2006 Aug 03
12
More than one has_many :through association between the same 2 models
I wonder if you can have more than one has_many :through association between
2 models.
 
For example... 
 
I have a model Teacher and a model Class
 
Now, 1 Teacher works in many Classes, right?. So I need a join model like 
 
class Work < ActiveRecord::Base
 
  belongs_to :teacher
  belongs_to :class
 
end
 
But I also would like to know if a teacher CAN teach a class before I