Some interesting findings from web-dev land…
Some days I love Rails, some days it really frustrates me.
Anyways spent 10 minutes remembering the syntax for the form_for helper to add a regular class attribute. The second hash of parameters are the HTML ones! Thought I’d blog it for my own records:
123<% form_tag( { :action => "destroy", :method => "delete" }, :class => [...]