[Dbix-class] Multiple belongs_to relationships referencing same class

Brandon Black blblack at gmail.com
Wed Apr 25 21:42:14 GMT 2007


On 4/25/07, Tobias Kremer <list at funkreich.de> wrote:
> Hi folks,
>
> I have a table which has two columns referencing the same class, something
> like this:

You don't give a lot of details on what the failing behavior actually
is, but I'm guessing that at least one problem you're having is that
you're proxying the same column names into the local class twice from
two different relationships.  This might be a good place to not use
proxy, considering the conflict.

-- Brandon



More information about the Dbix-class mailing list