Modifying Rails helpers to add HTML classes
I'm starting to use the jQuery UI CSS Framework for an app, which means I have to start adding classes to everything. So, for example, I want to make all buttons jQuery-themed, which means adding a class to all buttons. I imagine there's some way in Rails to modify the helpers so I don't have to manually add a :class => 'blah' to every ...