def create
    @document = Document.new(params[:document])
    @successful = @document.save

    # add this to the user's empire of creations