diff options
Diffstat (limited to 'activerecord')
-rwxr-xr-x | activerecord/lib/active_record/base.rb | 2 |
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) |