aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers.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.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.rb')
-rw-r--r--actionpack/lib/action_view/helpers.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers.rb b/actionpack/lib/action_view/helpers.rb
index 05e1cf990a..ff97df204c 100644
--- a/actionpack/lib/action_view/helpers.rb
+++ b/actionpack/lib/action_view/helpers.rb
@@ -21,7 +21,6 @@ module ActionView #:nodoc:
include CaptureHelper
include DateHelper
include DebugHelper
- include FormCountryHelper
include FormHelper
include FormOptionsHelper
include FormTagHelper