Sha256: 87709430a5e9551dcfd69a3ff6758a3e8e1d2ba81ebc43c398b9652f467367f2
Contents?: true
Size: 438 Bytes
Versions: 25
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
25 entries across 25 versions & 1 rubygems