module MongoMapper::Plugins::Sci

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/mongo_mapper/plugins/sci.rb, line 76
def initialize(*args)
  super
  write_key :_type, self.class.name if self.class.key?(:_type)
end