Skip to content

Instantly share code, notes, and snippets.

@tal
Created April 26, 2011 18:31
Show Gist options
  • Select an option

  • Save tal/942805 to your computer and use it in GitHub Desktop.

Select an option

Save tal/942805 to your computer and use it in GitHub Desktop.
How to allow sequel models to be passed into filters
class Sequel::Model
def sql_literal(dataset=nil)
self.pk
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment