mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Finish time entry delete JS/html
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user