I generally do something like this, but if feels nasty and not very dry:
-if minutes == 1
added #{minutes} minute ago
-else
added #{minutes} minutes ago
|
I generally do something like this, but if feels nasty and not very dry:
|
|||
|
|
|
See http://api.rubyonrails.org/classes/ActionView/Helpers/TextHelper.html#method-i-pluralize
There is an optional third argument that you can add if the plural version is non-standard and rails can't figure it out. For example (from the docs):
|
|||
|
|