1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove trailing whitespace. [ci skip]

This commit is contained in:
Yves Senn 2015-04-27 16:00:36 +02:00
parent 71308becfe
commit 16329d3901

View file

@ -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.