brendon / acts_as_list

An ActiveRecord plugin for managing lists.
http://brendon.github.io/acts_as_list/
MIT License
2.05k stars 356 forks source link

Doc: Use `String#squish` instead of `#squeeze` in example #382

Closed bkeepers closed 4 years ago

bkeepers commented 4 years ago

#squeeze removes all repeated characters, while #squish only acts on whitespace. I was getting a very confusing SQL error about my table with tts.

brendon commented 4 years ago

Lol! My apologies on behalf of whoever created that PR :D