This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # config/initializers/mongo.rb | |
| # | |
| # MonkeyPatch to fix the error going on in mongomapper + rails3 + ruby 1.9.2 | |
| # | |
| MongoMapper::Plugins.class_eval do | |
| def plugins | |
| @plugins ||= [] | |
| end |