Method: OpenWFE::Extras::Workitem#touch
- Defined in:
- lib/openwfe/extras/participants/activeparticipants.rb
#touch ⇒ Object
Simply sets the ‘last_modified’ field to now. (Doesn’t save the workitem though).
325 326 327 328 |
# File 'lib/openwfe/extras/participants/activeparticipants.rb', line 325 def touch self.last_modified = Time.now end |