Is there anyway to overwrite the COUNTRIES constant that is being used by country_select? Thanks :-)
On Jun 12, 2005, at 4:25 PM, John Kopanas wrote:> Is there anyway to overwrite the COUNTRIES constant that is being > used by country_select?Sure, ActionView::Helpers::FormOptionsHelper::COUNTRIES.replace %w(My List of Countries) Toss it at the end of your config/environment.rb jeremy