# File lib/ap/mixin/mongo_mapper.rb, line 8
  def self.included(base)
    base.send :alias_method, :printable_without_mongo_mapper, :printable
    base.send :alias_method, :printable, :printable_with_mongo_mapper
  end