How would you specify the additional columns of information for the
relationship using the new fixtures method? The new way is just a list
of fixture names and would not be able to accommodate has many through
relationships that contained additional data.
I could imagine a syntax that could work but it would different. Not to
mention that in a has_many :through, the join table itself is a model
and so having fixtures for it somehow makes sense since it is actually
an activerecord model itself.
--
Posted via http://www.ruby-forum.com/.