gorm-mongodb
gorm-mongodb copied to clipboard
Request scoped bean databaseName+"DB" is not working
As per http://gorm.grails.org/latest/mongodb/manual/index.html#lowLevelApi
A request scoped bean is also available for the default database (typically the name of your application, unless specified by the databaseName config option, plus the suffix "DB").
This doesn't seem to be working. Can you please update the documentation or if it's a bug please fix it.
I have the following in databaseName = 'lm' and using def lmDB
in controller doesn't work.