agenda-libre-ruby/app/models/city.rb

7 lines
132 B
Ruby
Raw Normal View History

2015-02-15 17:10:17 +01:00
# This class is linked to events and organisations
#
# It is mainly used to manage coordinates
#
class City < ApplicationRecord
2013-12-03 21:56:20 +01:00
end