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

7 lines
132 B
Ruby

# This class is linked to events and organisations
#
# It is mainly used to manage coordinates
#
class City < ApplicationRecord
end