Re: [Rails] Rails pass parameter from input through button_to

2015-07-28 Thread Colin Law
On 28 July 2015 at 21:48, Taras Matsyk wrote: > Hi everyone, > > A short description of the issue. I have a one page app which displays a > list of items people can vote for. The tricky part is that some users > can add more than 1 vote because of their status. Each item is displayed > through @it

[Rails] Rails pass parameter from input through button_to

2015-07-28 Thread Taras Matsyk
Hi everyone, A short description of the issue. I have a one page app which displays a list of items people can vote for. The tricky part is that some users can add more than 1 vote because of their status. Each item is displayed through @item.each loop with its picture, amount of votes and button