diff options
| author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-12-02 21:33:31 -0200 |
|---|---|---|
| committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-12-02 21:33:31 -0200 |
| commit | f3c2c733362bb17f1d9a128f46ab165f54449d12 (patch) | |
| tree | f9554bbe54827157478a2c43f94bcabd8d6eaa82 | |
| parent | b40faf423cb032cf326e07e7c7bd578c9052b282 (diff) | |
| download | rails-f3c2c733362bb17f1d9a128f46ab165f54449d12.tar.gz rails-f3c2c733362bb17f1d9a128f46ab165f54449d12.tar.bz2 rails-f3c2c733362bb17f1d9a128f46ab165f54449d12.zip | |
Fix note about class attribute accessors deprecated file [ci skip]
| -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 90bb4ecaf6..567c137a6e 100644 --- a/guides/source/active_support_core_extensions.md +++ b/guides/source/active_support_core_extensions.md @@ -1119,7 +1119,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/module/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`. `active_support/core_ext/class/attribute_accessors.rb` is deprecated and will be removed in Ruby on Rails 4.2. ### Subclasses & Descendants |
