Skip to content

Instantly share code, notes, and snippets.

@ShimShtein
Created February 4, 2018 21:24
Show Gist options
  • Save ShimShtein/10ef9d2d48d32801277aad3a4170d699 to your computer and use it in GitHub Desktop.
Save ShimShtein/10ef9d2d48d32801277aad3a4170d699 to your computer and use it in GitHub Desktop.
arel = Nic::Base.arel_table
like_ast = arel[:identifier].matches(pattern, InterfaceCleaner::ESCAPE_CHAR, true)
Nic::Base.where(like_ast).pluck(:identifier)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment