Multi column list Rails helper
Posted 27 September 2006 @ 7am | Tagged thoughts
Of course once you’ve noticed the multi column list pattern is prevalent in your app, it only makes sense to turn it into a helper! Here’s the example from my previous blog post rewritten to use the new helper. Notice how much cleaner it is. Don’t you love Ruby?
Usage:
Implementation:
end



2 Comments