Sha256: 0ca99cf8e4ad1878d3377b9d8f8d5aa57503cadbfe3d789677b0e024c39b409b
Contents?: true
Size: 317 Bytes
Versions: 24
Compression:
Stored size: 317 Bytes
Contents
json.(dashboard,:id,:user_id,:name,:description) json.createdAt dashboard.created_at.to_i json.modifiedAt dashboard.updated_at.to_i json.children dashboard.children do |child| json.(child,:id,:user_id,:name,:description) json.createdAt dashboard.created_at.to_i json.modifiedAt dashboard.updated_at.to_i end
Version data entries
24 entries across 24 versions & 1 rubygems