1
我今天發現了這個,我不知道它是什麼意思。我試圖谷歌它,但我沒有運氣。誰可以給我解釋一下這個?Ruby星號前綴在循環變量中意味着什麼?
combinations.each do |combination|
messages = EventNotification.where('user_id = ? AND message_template = ?', *combination)
...
end