clair_app/app/models/p_truck_space.rb
Nicolas Bally c2f8ec2efb initial
2020-10-10 00:28:38 +02:00

6 lines
70 B
Ruby

class PTruckSpace < ApplicationRecord
belongs_to :p_truck
end