Module: XGen

Defined in:
lib/mongo.rb

Defined Under Namespace

Modules: Mongo

Constant Summary collapse

GridFSCopy =
GridFS

Class Method Summary collapse

Class Method Details

.included(other_module) ⇒ Object



26
27
28
# File 'lib/mongo.rb', line 26

def self.included(other_module)
  warn "the XGen module is deprecated and will be removed - use Mongo or GridFS instead (included from: #{other_module})"
end