Thanks to everybody for your answers. I have to say that finally I resorted to some "work around" solution. >From the "reopen" method in the controller I modify another model vble adding special chars. In the model validation method, I search for those chars in the vble and if they are there, remove them and do not perform the regular validation over the boolean field.
-- Posted via http://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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

