$pluralize public property
Whether to automatically pluralize the URL names for controllers. If true, a controller ID will appear in plural form in URLs. For example, user controller will appear as users in URLs.
See also $controller.
public boolean $pluralize = true
Please login to continue.