5 lines
75 B
Ruby
5 lines
75 B
Ruby
class SpecificMap < ActiveRecord::Base
|
|
has_many :specific_map_items
|
|
|
|
end
|