6 lines
125 B
Ruby
6 lines
125 B
Ruby
class PShipSpace < ApplicationRecord
|
|
belongs_to :p_ship_tour_truck
|
|
belongs_to :p_product
|
|
belongs_to :p_truck_space
|
|
end
|