I know Simple Form plugin achieves it (unfortunately I don't wanna use simple form).

If input field has errors associated with it, it is wrapped in div with .fields_with_errors class. Also using form_for helper default/current values are all set automatically.

Here's text_field helper:

def text_field(object_name, method, options = {})

How do I check for errors if all I got is object_name?

I tried @object, instance_eval, none have seemed to work.

link|improve this question

75% accept rate
feedback

1 Answer

i think its: self.object or just self

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.