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