Skip to content

Instantly share code, notes, and snippets.

@marshallmick007
Last active September 11, 2016 19:52
Show Gist options
  • Save marshallmick007/0dbd30b78bbcd486299208d9fee2a04c to your computer and use it in GitHub Desktop.
Save marshallmick007/0dbd30b78bbcd486299208d9fee2a04c to your computer and use it in GitHub Desktop.

LIKE

model.where(Sequel.like(:column, "%#{term}%"))

UPDATE

model.where(:column => value).update(:enabled => false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment