Method: CEML::Player#touch

Defined in:
lib/ceml/models/player.rb

#touch(incident_id) ⇒ Object

incidents =



19
20
21
# File 'lib/ceml/models/player.rb', line 19

def touch(incident_id)
  current_incidents[incident_id] = Time.now.to_i
end