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

6 lines
102 B
Ruby

class Viaje < ApplicationRecord
belongs_to :ruta
has_many :entregas
has_many :retiros
end