This is no longer a fact in Rails 3+

[ci skip]
This commit is contained in:
Akira Matsuda 2019-08-29 07:30:45 +09:00
parent 063056b9e5
commit 470bc200da

@ -1561,8 +1561,6 @@ To use a custom separator, override the `separator` argument.
"Kurt Gödel".parameterize(separator: "_") # => "kurt\_godel"
```
In fact, the result string is wrapped in an instance of `ActiveSupport::Multibyte::Chars`.
NOTE: Defined in `active_support/core_ext/string/inflections.rb`.
#### `tableize`