Closed elight closed 13 years ago
I'm running into the same issue - looks like devise 1.3.0 uses the same structure
The same here. Any solutions?
Looks like it should be fixed now ;) Please let me know if you still got any problems. @bmarini submitted a pull request that I merged that should get this gem up to speed.
I just made a 1.2 release. Let me know how it works for you guys ;)
Devise's use of orm_adapter appears to have broken mm-devise. orm_adapter introfuces a "to_adapter" method that is created on the Devise-enabled class. It appears that mm-devise would have to do something similar. However, orm_adapter predictably does not support mongomapper.