[Nitro] Inheritance/Constraints Bug
Rob Pitt
rob at motionpath.com
Thu Dec 22 05:41:05 EST 2005
I will try to resolve this soon, right now you can work around it very
easily by changing the line:
has_many :loans, Loan
to
has_many :loans, Loan, :foreign_name => 'project'
Which gives a hint to Og so that it knows the belongs_to relationship is
named "project", due to this line:
belongs_to :project, Project
On Thu, 2005-12-22 at 10:22 +0000, Rob Pitt wrote:
> OK ignore that, I have managed to reproduce it and will get back to you
> shortly.
>
> _______________________________________________
> Nitro-general mailing list
> Nitro-general at rubyforge.org
> http://rubyforge.org/mailman/listinfo/nitro-general
More information about the Nitro-general
mailing list