class EntregasController < ApplicationController def add @entrega = Entrega.find_by(viaje: params[:viaje], nombre_recibe: params[:recibe]) @entrega.update end end