diff options
author | John <john@John.(none)> | 2011-07-24 17:04:52 -0400 |
---|---|---|
committer | John Kelleher <johnpkelleher@gmail.com> | 2011-07-24 17:11:29 -0400 |
commit | dd8a485170b1a91557fa2e7cfdcb1a941b778e2e (patch) | |
tree | 23de0db6d01149a897c26de1b94a7df83a3ae4b4 | |
parent | 72e06dc7a01a999e786106ae410583642ff81e6d (diff) | |
download | rails-dd8a485170b1a91557fa2e7cfdcb1a941b778e2e.tar.gz rails-dd8a485170b1a91557fa2e7cfdcb1a941b778e2e.tar.bz2 rails-dd8a485170b1a91557fa2e7cfdcb1a941b778e2e.zip |
Fixed Typo
-rw-r--r-- | activerecord/lib/active_record/persistence.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/persistence.rb b/activerecord/lib/active_record/persistence.rb index d9cd7987b0..ebda3875cd 100644 --- a/activerecord/lib/active_record/persistence.rb +++ b/activerecord/lib/active_record/persistence.rb @@ -287,7 +287,7 @@ module ActiveRecord private - # A hook to be overriden by association modules. + # A hook to be overridden by association modules. def destroy_associations end |