Permalink: /tools/pluralize/status
| Method | Result | Example |
| camelize | Status | Class or Model name |
| classify | Statu | |
| demodulize | status | |
| foreign_key | status_id | A table field for belongs_to |
| humanize | Status | Column names in a scaffolded view |
| pluralize | statuses | |
| singularize | statu | |
| tableize | statuses | A database table |
| titleize | Status | |
| underscore | status | The file path for this class |