Files
dry_beans/app/models/entrega.rb
2024-09-11 22:41:17 -03:00

4 lines
60 B
Ruby

class Entrega < ApplicationRecord
belongs_to :viaje
end