aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_support_core_extensions.md
diff options
context:
space:
mode:
authorGenadi Samokovarov <gsamokovarov@gmail.com>2014-05-13 21:16:10 +0300
committerGenadi Samokovarov <gsamokovarov@gmail.com>2014-05-13 21:16:10 +0300
commit2efc64c1bccf063f5bcb073e3cfb88776a6b58e8 (patch)
tree33c2701289383d9f0830c25465537b3fcb71692e /guides/source/active_support_core_extensions.md
parent977d36af8f84f467b6e4d21115cd4f84e50cfcb3 (diff)
downloadrails-2efc64c1bccf063f5bcb073e3cfb88776a6b58e8.tar.gz
rails-2efc64c1bccf063f5bcb073e3cfb88776a6b58e8.tar.bz2
rails-2efc64c1bccf063f5bcb073e3cfb88776a6b58e8.zip
Remove falsy deprecation note in AS guides [ci skip]
This is no longer true as @jeremy removed the deprecation in 7a5601c.
Diffstat (limited to 'guides/source/active_support_core_extensions.md')
-rw-r--r--guides/source/active_support_core_extensions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_support_core_extensions.md b/guides/source/active_support_core_extensions.md
index 329db7cf29..8d0d6d260d 100644
--- a/guides/source/active_support_core_extensions.md
+++ b/guides/source/active_support_core_extensions.md
@@ -1106,7 +1106,7 @@ end
A model may find it useful to set `:instance_accessor` to `false` as a way to prevent mass-assignment from setting the attribute.
-NOTE: Defined in `active_support/core_ext/module/attribute_accessors.rb`. `active_support/core_ext/class/attribute_accessors.rb` is deprecated and will be removed in Ruby on Rails 4.2.
+NOTE: Defined in `active_support/core_ext/module/attribute_accessors.rb`.
### Subclasses & Descendants