Fix incomplete comment typo [ci skip]

This commit is contained in:
Ben Atkins 2015-03-23 23:39:41 -04:00
parent a2f3b9e3b1
commit b97b29900d
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ module PaperTrail
current_time = current_time_from_proper_timezone current_time = current_time_from_proper_timezone
attributes.each { |column| write_attribute(column, current_time) } attributes.each { |column| write_attribute(column, current_time) }
# ensure a version is written even if the # ensure a version is written even if the `:on` collection is empty
record_update(true) if paper_trail_options[:on] == [] record_update(true) if paper_trail_options[:on] == []
save! save!
end end