5 lines
105 B
Ruby
5 lines
105 B
Ruby
class SpecificMapItemCav < ApplicationRecord
|
|
belongs_to :specific_map_item
|
|
belongs_to :cav_level
|
|
end
|