thatcher_app/app/models/p_truck_space.rb
2019-11-11 16:11:03 +01:00

6 lines
70 B
Ruby

class PTruckSpace < ApplicationRecord
belongs_to :p_truck
end