Sha256: fb5c353506f30db62e34fa323e083a8dd82b3167c5fc4888aca458d9cb9e2b1f
Contents?: true
Size: 446 Bytes
Versions: 6
Compression:
Stored size: 446 Bytes
Contents
# # ishapi / maps / _show # this_key = [ map, 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 json.w map.w json.h map.h json.img_path map.image.image.url(:original) json.updated_at map.updated_at json.partial! 'ishapi/markers/index', map: map end end
Version data entries
6 entries across 6 versions & 1 rubygems