Controller de entregas

This commit is contained in:
2024-09-11 23:14:26 -03:00
parent 7de1b5279a
commit fde98d5098
3 changed files with 10 additions and 0 deletions

View File

@ -17,5 +17,8 @@ module ActiveSupport
def ruta_add_url
"/ruta"
end
def entregas_add_url
"/entrega"
end
end
end