Finish time entry delete JS/html

This commit is contained in:
Jason Denney
2014-05-03 22:08:23 -04:00
parent d94c436ba5
commit 5e0d678ea1
3 changed files with 10 additions and 8 deletions
+4
View File
@@ -20,4 +20,8 @@ class TimeEntry < ActsAsLoggable::Log
def duration_in_hours
(duration / 1.hour).round(2)
end
def type
log_action.action
end
end