Skip to content

Commit

Permalink
Merged pull request #2 from aokon/master.
Browse files Browse the repository at this point in the history
MongoMapper 0.9.0 updates
  • Loading branch information
bryckbost committed Apr 26, 2011
2 parents fa2f203 + af2bd99 commit 7e97495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion devise-mongo_mapper.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = 'devise-mongo_mapper'
s.version = '0.0.1'
s.version = '0.0.2'
s.platform = Gem::Platform::RUBY
s.authors = ['Brandon Keepers']
s.email = ['brandon@collectiveidea.com']
Expand Down
2 changes: 2 additions & 0 deletions lib/devise/orm/mongo_mapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def apply_devise_schema(name, type, options={})

module MongoMapper
module Devise
extend ActiveSupport::Concern

module ClassMethods
include ::Devise::Models
include ::Devise::Orm::MongoMapper::Hook
Expand Down

0 comments on commit 7e97495

Please sign in to comment.