Sha256: 0f57987ca8f5022183e93c4b840933e9ab5be744e6ceb867328c616ef03f748f
Contents?: true
Size: 282 Bytes
Versions: 25
Compression:
Stored size: 282 Bytes
Contents
json.id article.id json.title truncate(article.title, length: 45, separator: ' ') json.text truncate(article.text, length: 150, separator: ' ') json.published_at article.published_at json.author article.user.try(:username) || '--deleted--' json.comments_count article.comments.count
Version data entries
25 entries across 25 versions & 1 rubygems