(reposting since my previous post didn’t seem to go through)
It would be good to have an option to NOT strip a trailing ‘_id’ in humanize.
There are times when we need to explicitly show the word ID and the current implementation doesn’t allow it.
Some real world cases:
-
member_id => Member id
-
transaction_id => Transaction id
-
etc.