olwen_techno_app/app/models/specific_map.rb
Nicolas Bally 2efaf19094 initial
2018-08-30 22:44:43 +02:00

5 lines
75 B
Ruby

class SpecificMap < ActiveRecord::Base
has_many :specific_map_items
end