Sha256: c89dcbb3afc3056ffb97007779dbc6585fe251b37560d50426afada3f42045d9
Contents?: true
Size: 526 Bytes
Versions: 22
Compression:
Stored size: 526 Bytes
Contents
json.data do json.array! @follow_ups do |d| json.(d, *d.attributes.keys) json.status d.idea&.status json.name d.idea&.business&.name || d.idea&.name json.school_name d.idea&.business&.department&.school&.name json.created_at d.created_at.strftime("%Y-%m-%d %H:%M:%S") json.staff d.staff&.user&.real_name json.sale_staff d.sale_staff&.user&.real_name json.idea_staff d.idea&.staff&.user&.real_name json.is_latest d.id == @latest.id end end json.code 0 json.count @follow_ups.total_count
Version data entries
22 entries across 22 versions & 1 rubygems