summaryrefslogtreecommitdiff
path: root/app/views/v1/shared/_location.jbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/v1/shared/_location.jbuilder')
-rw-r--r--app/views/v1/shared/_location.jbuilder5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/v1/shared/_location.jbuilder b/app/views/v1/shared/_location.jbuilder
new file mode 100644
index 0000000..5b43756
--- /dev/null
+++ b/app/views/v1/shared/_location.jbuilder
@@ -0,0 +1,5 @@
+json.location do
+ json.township location.township
+ json.latitude location.latitude
+ json.longitude location.longitude
+end