5 lines
74 B
Ruby
5 lines
74 B
Ruby
class SpecificMap < ApplicationRecord
|
|
has_many :specific_map_items
|
|
|
|
end
|