def create
    @extract = Extract.new(extract_params)

    respond_to do |format|
      if @extract.save