method
camelize
v6.1.7.7 -
Show latest stable
- Class:
String
camelize(uppercase_first_letter = true)public
File activesupport/lib/active_support/inflector/methods.rb, line 68
1Note
Inverse function
String#underscore is inverse for the camelize.
==== "active_record".camelize.underscore # => "active_record"