How do you add an additional class to a rails generated form? This is as opposed to overwriting the existing class as explained here:
How do you override the class name in the form_for helper?
Using :class => "foo" does not work.
How do you add an additional class to a rails generated form? This is as opposed to overwriting the existing class as explained here:
How do you override the class name in the form_for helper?
Using :class => "foo" does not work.