aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/form_helper.rb
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-12-02 14:30:39 -0800
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-12-02 14:30:39 -0800
commitb40faf423cb032cf326e07e7c7bd578c9052b282 (patch)
tree7d64d3c5c711cda60f4949f491d4cf4d0046c8f4 /actionview/lib/action_view/helpers/form_helper.rb
parentb0a3d113a306d6bdec1ed13261ef051d367c7160 (diff)
parent6329d9fa8b2f86a178151be264cccdb805bfaaac (diff)
downloadrails-b40faf423cb032cf326e07e7c7bd578c9052b282.tar.gz
rails-b40faf423cb032cf326e07e7c7bd578c9052b282.tar.bz2
rails-b40faf423cb032cf326e07e7c7bd578c9052b282.zip
Merge pull request #13138 from gsamokovarov/remove-cattr-requires
Remove deprecated cattr_* requires
Diffstat (limited to 'actionview/lib/action_view/helpers/form_helper.rb')
-rw-r--r--actionview/lib/action_view/helpers/form_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/form_helper.rb b/actionview/lib/action_view/helpers/form_helper.rb
index e672891f7b..8e66fa13dc 100644
--- a/actionview/lib/action_view/helpers/form_helper.rb
+++ b/actionview/lib/action_view/helpers/form_helper.rb
@@ -4,7 +4,7 @@ require 'action_view/helpers/tag_helper'
require 'action_view/helpers/form_tag_helper'
require 'action_view/helpers/active_model_helper'
require 'action_view/model_naming'
-require 'active_support/core_ext/class/attribute_accessors'
+require 'active_support/core_ext/module/attribute_accessors'
require 'active_support/core_ext/hash/slice'
require 'active_support/core_ext/string/output_safety'
require 'active_support/core_ext/string/inflections'