in reply to Re: "Method is not in the class but it is there!"
in thread "Method is not in the class but it is there!"

For those not on linkedin, the answer seems to be that DBIx::Class automatically generates add_to_$relationship methods for has_many and many_to_many relationships. See DBIx::Class::Relationship::Base.