Skip to content

Instantly share code, notes, and snippets.

@KonnorRogers
Created February 16, 2022 01:35
Show Gist options
  • Save KonnorRogers/802a9c4efc5c19618e14e015b9abce29 to your computer and use it in GitHub Desktop.
Save KonnorRogers/802a9c4efc5c19618e14e015b9abce29 to your computer and use it in GitHub Desktop.
Model.where("column LIKE #{sanitize_sql_like(Arel.sql('%?%'), value)}")
.or(Model.where("column LIKE #{sanitize_sql_like(Arel.sql('%?%'), value)}"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment