We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
updated_at
1 parent 64fea5e commit 98d10faCopy full SHA for 98d10fa
app/controllers/trained_messages_controller.rb
@@ -86,7 +86,7 @@ def bulk_update
86
return
87
end
88
89
- messages.update_all(message_type: new_message_type_symbol)
+ messages.update_all(message_type: new_message_type_symbol, updated_at: Time.current)
90
91
messages.each do |message|
92
if message.spam? || message.ham?
0 commit comments