101 102 103
# File 'app/models/discuss/message.rb', line 101 def trash! update(trashed_at: Time.zone.now) end