osu-cascades / ecotone-web

Monitoring native plants & biodiversity at OSU Cascades.
http://ecotone.osucascades.edu
MIT License
8 stars 9 forks source link

fix Deprecation of string as raw SQL argument #201

Closed coribradford closed 3 years ago

coribradford commented 3 years ago

Fix #200 Changed 'LOWER(common_name)' to Arel.sql('LOWER(common_name)') to fix deprecation warning.