diff options
author | Yves Senn <yves.senn@gmail.com> | 2015-04-27 16:00:36 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2015-04-27 16:00:36 +0200 |
commit | 16329d3901190a28fa88571079adf01322bee4fa (patch) | |
tree | ec4170669d28708f3a13042db49f6cce07a35018 /activerecord/lib/active_record | |
parent | 71308becfeef0e5d5fd4f91f95f8b11a23c3f4d4 (diff) | |
download | rails-16329d3901190a28fa88571079adf01322bee4fa.tar.gz rails-16329d3901190a28fa88571079adf01322bee4fa.tar.bz2 rails-16329d3901190a28fa88571079adf01322bee4fa.zip |
remove trailing whitespace. [ci skip]
Diffstat (limited to 'activerecord/lib/active_record')
-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 dac35d7741..da8f4d027a 100644 --- a/activerecord/lib/active_record/persistence.rb +++ b/activerecord/lib/active_record/persistence.rb @@ -430,7 +430,7 @@ module ActiveRecord self end - # Saves the record with the updated_at/on attributes set to the current time + # Saves the record with the updated_at/on attributes set to the current time # or the time specified. # Please note that no validation is performed and only the +after_touch+, # +after_commit+ and +after_rollback+ callbacks are executed. |