5 lines
106 B
Ruby
5 lines
106 B
Ruby
class SpecificMapItemCav < ActiveRecord::Base
|
|
belongs_to :specific_map_item
|
|
belongs_to :cav_level
|
|
end
|