Re: [Rails] Re: Re: using includes in rails models

2010-08-14 Thread Phillip Ridlen
In your console, you either need to > include Amatch > m = Sellers.new("hello") or > m = Amatch::Sellers.new("hello") Phillip Ridlen @philtr On Sat, Aug 14, 2010 at 10:32 AM, Ze Ca wrote: > Hi Chris, > > Oh, I don't have a Seller model. The Seller object I was trying to > instantiate was an

[Rails] Re: Re: using includes in rails models

2010-08-14 Thread Ze Ca
Hi Chris, Oh, I don't have a Seller model. The Seller object I was trying to instantiate was an amatch class inside of my Response model. Sorry for the confusion. I guess what I'm trying to say is: is there any way to instantiate the amatch Seller class in the console, after you have create a