I figured it out: country_select is deprecated but you can still use it as:
<%#= country_select :user, :country, nil, {:include_blank=> true}, {:class=>"topicField"} %>
But its definitely better some plugin instead of using deprecated method
I figured it out: country_select is deprecated but you can still use it as:
<%#= country_select :user, :country, nil, {:include_blank=> true}, {:class=>"topicField"} %>
But its definitely better some plugin instead of using deprecated method
I figured it out: country_select is deprecated but you can still use it
as:
<%#= country_select :user, :country, nil, {:include_blank=> true},
{:class=>“topicField”} %>
Haven’t you just commented it out with <%# ?
> I figured it out: country_select is deprecated but you can still use it > as:
> <%#= country_select :user, :country, nil, {:include_blank=> true}, > {:class=>"topicField"} %>
Haven't you just commented it out with <%# ?
Yup. country select was extracted into a plugin:
Fred
Also seams to me he just commented it. Or is that (#=) some strange magic? lolol