summaryrefslogtreecommitdiff
path: root/app/models/location.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/location.rb')
-rw-r--r--app/models/location.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/location.rb b/app/models/location.rb
new file mode 100644
index 0000000..611ae87
--- /dev/null
+++ b/app/models/location.rb
@@ -0,0 +1,4 @@
+class Location
+ def initialize(latitude: 0, longitude: 0, township: 'unknown')
+ end
+end