Use something like:
unless your_model_instance.errors[:field_name].nil?
# do whatever you need to handle an error
end
On Oct 10, 11:57 am, linojon
<lino...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> hi,
> I''m creating a custom form_builder and
> i''m trying to figure out how would helpers like text_field know if
> the field has an error message so I can highlight it and show the
> message text
>
> thanks
> linoj
--~--~---------~--~----~------------~-------~--~----~
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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---