search for: estado_selecionado

Displaying 1 result from an estimated 1 matches for "estado_selecionado".

2012 May 28
4
How to load a selection list into the method new of a controller?
...(.:format) institutions#new Institution new template: <%= form_for(@institution) do |f| %> <fieldset> <legend>Cidade onde se localiza a instituição</legend> <div class="field"> Estado selecionado: <%= @estado_selecionado %> <%= link_to "Selecionar estado...", states_path %><br /> <%= f.label :cidade %> <%= f.collection_select :city_id, @cities, :id, :nome, include_blank: true %> <!--%#= link_to "Incluir nova cidade", new_city_path %--> (t...