Sha256: fa92a17f56ea6c34ca6ec42421fd25a6b421917595ac74ae9003d63c3667db30
Contents?: true
Size: 438 Bytes
Versions: 36
Compression:
Stored size: 438 Bytes
Contents
# # ishapi / application / _meta # if !item.tags.blank? json.partial! 'ishapi/tags/index', tags: item.tags end json.created_at item.created_at json.updated_at item.updated_at json.username item.user_profile.name if item.user_profile if item.city json.city do json.name item.city.name json.slug item.city.cityname end json.cityname item.city.cityname end json.subhead item.subhead json.description item.descr
Version data entries
36 entries across 36 versions & 1 rubygems