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