I have an array like this:
@array = [[1, a], [2, b], [3, c] ............]
i want to create a drop down in my view with an
f.select
the drop down should have only the numbers i.e., [1, 2, 3, ....]
How can i create a drop down with only the numbers and an f.select in my view?