aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_options_helper.rb
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2008-09-18 21:27:48 +0200
committerMichael Koziarski <michael@koziarski.com>2008-09-18 21:30:52 +0200
commit2d27b82d4cf446543539ad20afcbad256d8aeff7 (patch)
tree601425a6e2a640d4144de18ebdf5d7b57fcfb1f9 /actionpack/lib/action_view/helpers/form_options_helper.rb
parente7cb8c844ad9a5b3260c7e369b288d0792576765 (diff)
downloadrails-2d27b82d4cf446543539ad20afcbad256d8aeff7.tar.gz
rails-2d27b82d4cf446543539ad20afcbad256d8aeff7.tar.bz2
rails-2d27b82d4cf446543539ad20afcbad256d8aeff7.zip
Remove the country_select helper.
We're in no position to mediate disputes on this matter, and the previous change to use ISO 3166 has offended just as many people as the ad-hoc list did. If you want the old list back you can install the plugin: ruby script/plugin install git://github.com/rails/country_select.git
Diffstat (limited to 'actionpack/lib/action_view/helpers/form_options_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/form_options_helper.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/lib/action_view/helpers/form_options_helper.rb b/actionpack/lib/action_view/helpers/form_options_helper.rb
index 9aae945408..33f8aaf9ed 100644
--- a/actionpack/lib/action_view/helpers/form_options_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_options_helper.rb
@@ -324,9 +324,6 @@ module ActionView
value == selected
end
end
-
- # All the countries included in the country_options output.
- COUNTRIES = ActiveSupport::Deprecation::DeprecatedConstantProxy.new 'COUNTRIES', 'ActionView::Helpers::FormCountryHelper::COUNTRIES'
end
class InstanceTag #:nodoc: