mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
recommended is the right word here
This commit is contained in:
parent
6f929ef801
commit
2ad3d96cb0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ require 'active_support/core_ext/array/extract_options'
|
|||
module ClassInheritableAttributes # :nodoc:
|
||||
end
|
||||
|
||||
# It is recommend to use <tt>class_attribute</tt> over methods defined in this file. Please
|
||||
# It is recommended to use <tt>class_attribute</tt> over methods defined in this file. Please
|
||||
# refer to documentation for <tt>class_attribute</tt> for more information. Officially it is not
|
||||
# deprecated but <tt>class_attribute</tt> is faster.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue