Hi,
I want to use a select menu to redirect to another page but when I select 'Home' it doesn't redirect me to the main page. Nothing happens...
<select>
    <option>Select a menu</option>
    <option><%= link_to 'Home', '/' %></option>
</select>
Thank you for your help.