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