Temporary_assigns with multiple assigns

I ended up arriving in a scenario where I need to have several temporary_assigns waiting for a new block of updates, but I’m not managing to implement it, maybe it is a little of my lack of concept in this issue.

Like this: temporary_assigns: [cards: [], timeline: [], activities: []]
Is this valid?