method
underscore
v1.2.6 -
Show latest stable
- Class:
Inflector
underscore(camel_cased_word)public
The reverse of camelize. Makes an underscored form from the expression in the string.
Changes ’::’ to ’/’ to convert namespaces to paths.
Examples
"ActiveRecord".underscore #=> "active_record" "ActiveRecord::Errors".underscore #=> active_record/errors