I was wondering what would be the best solution for customising the rails helper: time_ago_in_words, so that I could do things like:
<span class="one">4</span>
<span class="two">hours</span>
<span class="three">ago</span>
or what the layout looks like by default?
Thanks