# File lib/big_record/embedded.rb, line 128
    def initialize(attrs = nil)
      super
      # Regenerate the id unless it's already there
      # (i.e. we're instantiating an existing property)
      @attributes["id"] ||= generate_id
    end