I think that's what I did. I know the gem is running because I had
validates_numericality using minimum and maximum, which broke as soon
as I installed the gem. Validatable doesn't have those options. The
include is on line 2 of the model.

Bob

On May 3, 6:53 am, Priyanka Pathak <li...@ruby-forum.com> wrote:
> Hi,
>       You just add include Validatable in your model after installing
> validatable gem. level option will work with active record validation.
> For more information refer this url -http://validatable.rubyforge.org/
>
> --
> Posted viahttp://www.ruby-forum.com/.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-t...@googlegroups.com.
> To unsubscribe from this group, send email to 
> rubyonrails-talk+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/rubyonrails-talk?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to