Skip to content

Commit 4cc0767

Browse files
committed
Merge pull request rails#15094 from gsamokovarov/patch-1
Remove falsy deprecation note in AS guides [ci skip]
2 parents 6f3c8fb + 2efc64c commit 4cc0767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_support_core_extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ end
11061106

11071107
A model may find it useful to set `:instance_accessor` to `false` as a way to prevent mass-assignment from setting the attribute.
11081108

1109-
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.
1109+
NOTE: Defined in `active_support/core_ext/module/attribute_accessors.rb`.
11101110

11111111
### Subclasses & Descendants
11121112

0 commit comments

Comments
 (0)