Skip to content

Instantly share code, notes, and snippets.

@shirkevich
Created June 6, 2011 23:53
Show Gist options
  • Save shirkevich/1011386 to your computer and use it in GitHub Desktop.
Save shirkevich/1011386 to your computer and use it in GitHub Desktop.
ruby 1.9.2 Sequel uninitialized constant ClassMethods
require 'rubygems'
require 'sequel'
class Object
module ClassMethods
end
end
module Sequel
module Plugins
module Dumb
end
end
end
Sequel::Model.plugin :dumb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment