Method: Ditz::ModelObject#log

Defined in:
lib/model.rb

#log(what, who, comment) ⇒ Object



90
91
92
93
# File 'lib/model.rb', line 90

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