Skip to content

Instantly share code, notes, and snippets.

@joshm1
Created August 18, 2010 19:43
Show Gist options
  • Save joshm1/535921 to your computer and use it in GitHub Desktop.
Save joshm1/535921 to your computer and use it in GitHub Desktop.
class Sequel::Model
class << self
alias_method :all_orig, :all
def all
all_orig
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment