Re: [Rails] using includes in rails models

2010-08-14 Thread Chris Mear
On 14 August 2010 07:23, Ze Ca wrote: > Hi, > > I'm trying to use the amatch gem (http://flori.github.com/amatch/) to > help with some validations. In the documentation examples > (http://flori.github.com/amatch/doc/index.html > ), after the require 'amatch', there's an include Amatch. > > Where w

[Rails] using includes in rails models

2010-08-13 Thread Ze Ca
Hi, I'm trying to use the amatch gem (http://flori.github.com/amatch/) to help with some validations. In the documentation examples (http://flori.github.com/amatch/doc/index.html ), after the require 'amatch', there's an include Amatch. Where would I put this include? I tried putting it at the ve