diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-13 15:34:57 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-13 15:34:57 -0300 |
commit | 4cc0767ee5b24e0a505501584adf3f1d53993e18 (patch) | |
tree | 5637f27d6a093f3b316d51bfd3ccf4b40a576a72 /guides/source | |
parent | 6f3c8fbcd79610fb4411c3f7c07fc60ffd76b929 (diff) | |
parent | 2efc64c1bccf063f5bcb073e3cfb88776a6b58e8 (diff) | |
download | rails-4cc0767ee5b24e0a505501584adf3f1d53993e18.tar.gz rails-4cc0767ee5b24e0a505501584adf3f1d53993e18.tar.bz2 rails-4cc0767ee5b24e0a505501584adf3f1d53993e18.zip |
Merge pull request #15094 from gsamokovarov/patch-1
Remove falsy deprecation note in AS guides [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/active_support_core_extensions.md | 2 |
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 |