Skip to content

Instantly share code, notes, and snippets.

@jacquescrocker
Created April 24, 2010 07:00
Show Gist options
  • Save jacquescrocker/377512 to your computer and use it in GitHub Desktop.
Save jacquescrocker/377512 to your computer and use it in GitHub Desktop.
# put this on top of config/initializers/devise.rb
module Mongoid::Document::ClassMethods
def self.class_attribute(*attrs)
mattr_accessor(attrs.first)
end
end
# continue on with devise.rb....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment