Hello,
I have the following code
select "sales", "price", @salesprice, {:selected => '#{@sales}'}
This is what is in @salesprice
[["All"], ["Sale"], ["Discount"], ["Free"]]
and when select something, and it renders the partial again, it returns whatever is this first element in the select tag :S
Any help is most appreciated, thank you