diff options
Diffstat (limited to 'app/views/pois/show.json.jbuilder')
-rw-r--r-- | app/views/pois/show.json.jbuilder | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/pois/show.json.jbuilder b/app/views/pois/show.json.jbuilder new file mode 100644 index 0000000..5f4cf05 --- /dev/null +++ b/app/views/pois/show.json.jbuilder @@ -0,0 +1 @@ +json.extract! @poi, :id, :message, :lat, :lon, :created_at, :updated_at |