# File lib/couch_potato/persistence/attachments.rb, line 24
      def json_create(json)
        instance = super
        instance._attachments = json['_attachments'] if json
        instance
      end