app/views/ishapi/maps/show.jbuilder in ishapi-0.1.8.184 vs app/views/ishapi/maps/show.jbuilder in ishapi-0.1.8.185
- old
+ new
@@ -1,15 +1,15 @@
#
# ishapi / maps / show
#
-this_key = [
- @map.id, @map.updated_at,
- current_user&.profile&.updated_at,
- params.permit!
-]
-json.cache! this_key do
+# this_key = [
+# @map.id, @map.updated_at,
+# current_user&.profile&.updated_at,
+# params.permit!
+# ]
+# json.cache! this_key do
json.map do
json.id @map.id.to_s
json.slug @map.slug
json.parent_slug @map.parent_slug
json.description @map.description
@@ -57,8 +57,8 @@
if @tags
json.partial! 'ishapi/tags/index', tags: @tags
end
end
-end
+# end