Rails > Rails Methods > Flashcards
How to convert ‘string_with_underscore’ to something readable?
‘string_with_underscore’.titleize # => “String With Underscore”