6 lines
70 B
Ruby
6 lines
70 B
Ruby
class PTruckSpace < ApplicationRecord
|
|
belongs_to :p_truck
|
|
|
|
|
|
end
|