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

2010-08-14 Thread Phillip Ridlen
I believe you've included it in the correct place, but where is your `require 'amatch'`? On Sat, Aug 14, 2010 at 4:07 PM, Ze Ca wrote: > Hi Philip, > > Sorry, I was actually asking two different questions in my last reply. > You've answered my question about the console, thanks for your help! >

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

2010-08-14 Thread Ze Ca
Hi Philip, Sorry, I was actually asking two different questions in my last reply. You've answered my question about the console, thanks for your help! It's much clearer now. I've put the " include 'amatch' " in both my Post model and my Response model, which have a one to many relationship. Ho