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

2010-08-14 Thread Chris Mear
On 14 August 2010 16:05, Ze Ca wrote: > Chris Mear wrote: >> On 14 August 2010 07:23, Ze Ca wrote: >>> >>> `const_missing' >>> �from >>> /Library/Ruby/Gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:92:in >>> `const_missing' >>> �from (irb):1 >>> >>> I put the gem in my envir

[Rails] Re: using includes in rails models

2010-08-14 Thread Ze Ca
Chris, Thank you for the reply. putting the include under the model class, which worked! Thanks very much for that. In my script/console, I tried instantiating a new "Sellers" object (Sellers is one of the types of edit distance methods), with this code: >> m = Sellers.new("hello") but stil