aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2008-05-08 17:55:06 +0200
committerXavier Noria <fxn@hashref.com>2008-05-08 17:55:06 +0200
commitaa289d325bc4f831f9dabf7204b14e15cd8864ac (patch)
tree59a8316d7b4507aa70e4f66aab663be7077d25a2 /activerecord
parent7bb437de3fcb35bf315fb0f00ddb1e899b79534b (diff)
downloadrails-aa289d325bc4f831f9dabf7204b14e15cd8864ac.tar.gz
rails-aa289d325bc4f831f9dabf7204b14e15cd8864ac.tar.bz2
rails-aa289d325bc4f831f9dabf7204b14e15cd8864ac.zip
removed spurious word
Diffstat (limited to 'activerecord')
-rwxr-xr-xactiverecord/lib/active_record/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb
index 4b43b52d5f..e768c7e3b2 100755
--- a/activerecord/lib/active_record/base.rb
+++ b/activerecord/lib/active_record/base.rb
@@ -2251,7 +2251,7 @@ module ActiveRecord #:nodoc:
self
end
- # Increments +attribute+ via and saves the record. This method differs from
+ # Increments +attribute+ and saves the record. This method differs from
# its non-bang version in that it passes through the attribute setter.
# Saving is not subjected to validation checks. Returns +self+.
def increment!(attribute, by = 1)