Re: Compile error
[prev]
[thread]
[next]
[Date index for 2005/06/24]
On Thu, Jun 23, 2005 at 04:56:29PM -0700, C.J. Collier wrote:
> Can't locate object method "meta_info" via package
> "MailDB::OtherFields"
This is because, erm, you don't have a package MailDB::OtherField.
Rather, you have a package, "MailDB::OtherField".
So, when Message tries to set up a has_many to OtherFields it,
naturally, fails.
Tony
|
|
Re: Compile error
Tony Bowden 07:42 on 24 Jun 2005
|