> On 11/7/07, Alex Neth <[EMAIL PROTECTED]> wrote:
> > Thanks Jens.   Any suggestion on how to get a two index solution
> > working with acts_as_ferret?

On 11/7/07, Stuart Sierra <[EMAIL PROTECTED]> wrote:
> I rolled my own with methods in my model class, something like this:

Correction: this line:
>       start.step(max, increment) do |n|
should be
>       start.upto(max) do |n|

-Stuart Sierra
columbialawtech.org
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to