zooniverse / talk-api

Apache License 2.0
6 stars 0 forks source link

Rails 5.1 - Replace `sanitize` (no longer public method) #359

Closed yuenmichelle1 closed 3 months ago

yuenmichelle1 commented 3 months ago

sanitize is deprecated in Rails 5.1. Replace with .connection.quote

See: https://github.com/rails/rails/issues/28947