Hello,
I have this code for country_select
<%= country_select :user, :country, nil, {:include_blank=> true},
{:class=>"topicField"} %>
Used to work for Rails 2.0.2 but as I'm trying to upgrade to Rails 2.3.2
I'm getting the following error:
undefined method `country_select' for #<ActionView::Base:0x24779b0>
any ideas?
Thanks,
Tam
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---