Merge branch 'master' of github.com:lifo/docrails

This commit is contained in:
Vijay Dev 2012-03-17 21:15:36 +05:30
commit 6ce54d4ba8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ module ActiveRecord
# Association with autosave option defines several callbacks on your
# model (before_save, after_create, after_update). Please note that
# 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
# associations is usually a good practice.
#