Log the seconds into the issue
26 27 28 29
# File 'lib/wlog/domain/issue.rb', line 26 def log_time(sec) self.timelog += sec save end