mirror of https://github.com/rails/rails
Updates 'modyfing' typo to 'modifying'
This commit is contained in:
parent
9d06b49913
commit
9e09e8f526
|
@ -28,7 +28,7 @@ module ActiveRecord
|
||||||
# Association with autosave option defines several callbacks on your
|
# Association with autosave option defines several callbacks on your
|
||||||
# model (before_save, after_create, after_update). Please note that
|
# model (before_save, after_create, after_update). Please note that
|
||||||
# callbacks are executed in the order they were defined in
|
# callbacks are executed in the order they were defined in
|
||||||
# model. You should avoid modyfing the association content, before
|
# model. You should avoid modifying the association content, before
|
||||||
# autosave callbacks are executed. Placing your callbacks after
|
# autosave callbacks are executed. Placing your callbacks after
|
||||||
# associations is usually a good practice.
|
# associations is usually a good practice.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue