You need to add
has_many :entries
To each of your models, since the :through option just specifies a second association which it should use to find the other side.
Jon Wood
2009-06-03 11:07:29
You need to add
has_many :entries
To each of your models, since the :through option just specifies a second association which it should use to find the other side.