Open
Description
Example:
inflection.titleize("x-men:-the-last-stand")
"X-Men:-the-Last-Stand"
For comparison on Rails 4.2:
Loading development environment (Rails 4.2.7.1)
irb(main):001:0> ActiveSupport::Inflector.titleize("x-men:-the-last-stand")
=> "X Men: The Last Stand"
And Rails 5:
Loading development environment (Rails 5.1.1)
irb(main):001:0> ActiveSupport::Inflector.titleize("x-men:-the-last-stand")
=> "X Men: The Last Stand"
Metadata
Assignees
Labels
No labels