Even Wider Events
def context
{
id: id,
signed_up_at: signed_up_at,
subscribed_at: subscribed_at,
subscription_plan: subscription_plan
}
end
def context
{
id: id,
created_at: created_at,
item_count: items_count,
subtotal_cents: subtotal_cents
}
end
def context
{
id: id,
name: name,
category: category,
price_cents: price_cents
}
end