aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/persistence.rb
diff options
context:
space:
mode:
authorJohn <john@John.(none)>2011-07-24 17:04:52 -0400
committerJohn Kelleher <johnpkelleher@gmail.com>2011-07-24 17:11:29 -0400
commitdd8a485170b1a91557fa2e7cfdcb1a941b778e2e (patch)
tree23de0db6d01149a897c26de1b94a7df83a3ae4b4 /activerecord/lib/active_record/persistence.rb
parent72e06dc7a01a999e786106ae410583642ff81e6d (diff)
downloadrails-dd8a485170b1a91557fa2e7cfdcb1a941b778e2e.tar.gz
rails-dd8a485170b1a91557fa2e7cfdcb1a941b778e2e.tar.bz2
rails-dd8a485170b1a91557fa2e7cfdcb1a941b778e2e.zip
Fixed Typo
Diffstat (limited to 'activerecord/lib/active_record/persistence.rb')
-rw-r--r--activerecord/lib/active_record/persistence.rb2
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