def create
    @video = Video.new(params[:video])
    @successful = @video.save

    # add this to the user's empire of creations