7 lines
132 B
Ruby
7 lines
132 B
Ruby
# This class is linked to events and organisations
|
|
#
|
|
# It is mainly used to manage coordinates
|
|
#
|
|
class City < ApplicationRecord
|
|
end
|