Commit d444fd34 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Change last_used_at to use touch

parent 1ddfc574
......@@ -9,7 +9,7 @@ module ChatNames
chat_name = find_chat_name
return unless chat_name
chat_name.update(last_used_at: Time.now)
chat_name.touch(:last_used_at)
chat_name.user
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment