aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorJo Liss <joliss42@gmail.com>2011-12-28 15:29:36 +0100
committerJo Liss <joliss42@gmail.com>2011-12-28 15:29:36 +0100
commitb92a22e6eb94290bfc2f16743086caeb6e7f3fc5 (patch)
tree82271b39ece525a2f71cb1933a46c561bd7f67a5 /activerecord/lib/active_record
parentdd72235225977790cb765818734e3b6adfdd4b3d (diff)
downloadrails-b92a22e6eb94290bfc2f16743086caeb6e7f3fc5.tar.gz
rails-b92a22e6eb94290bfc2f16743086caeb6e7f3fc5.tar.bz2
rails-b92a22e6eb94290bfc2f16743086caeb6e7f3fc5.zip
typo
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/relation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/relation.rb b/activerecord/lib/active_record/relation.rb
index 258c1959a0..80b85ce498 100644
--- a/activerecord/lib/active_record/relation.rb
+++ b/activerecord/lib/active_record/relation.rb
@@ -355,7 +355,7 @@ module ActiveRecord
end
end
- # Destroy an object (or multiple objects) that has the given id, the object is instantiated first,
+ # Destroy an object (or multiple objects) that has the given id. The object is instantiated first,
# therefore all callbacks and filters are fired off before the object is deleted. This method is
# less efficient than ActiveRecord#delete but allows cleanup methods and other actions to be run.
#