counTRY_CODE_SELECT

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

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?