intra_app/app/models/p_ship_space.rb
Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

6 lines
126 B
Ruby

class PShipSpace < ActiveRecord::Base
belongs_to :p_ship_tour_truck
belongs_to :p_product
belongs_to :p_truck_space
end