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