Loganathan S. wrote in post #977147:
> Hi,
>
>  I'm new to rails ,the country_code_select plugin is not work  in my
> rails 3
> application,it just displays an empty select box,how can i correct this.
>
> Regards,
> Loganathan.S

Simple! Just correct either your controller, your model, your view code, 
or some combination thereof.

Seriously, I don't think any specific help is available if you don't 
provide some information on how you tried to use it.

If you have a control showing up empty, then it's missing its data. 
What's the source supposed to be?

Does that plugin require code in the controller to provide the data? Or 
perhaps in the associated model? Is it reading a YAML file, or making a 
call out to the web to some other service for the data?

-- 
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to