> def errorify_field(attrs, col)
>   attrs.add_html_class!("error") if @_obj.respond_to?(:errors) &&
> @_obj.errors.on(col)
> end

After some further thought I'm rewriting the whole thing again and
will also build an errors class. you'll probably see a solution later
today.

best
sharon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-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/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to