Method: Ditz::ModelObject#log

Defined in:
lib/model.rb

#log(what, who, comment) ⇒ Object



96
97
98
99
# File 'lib/model.rb', line 96

def log what, who, comment
  add_log_event([Time.now, who, what, comment])
  self
end