class GitReporting::Report::Type::Timesheet

Public Class Methods

key_for_commit(commit) click to toggle source
# File lib/git_reporting/report/type.rb, line 12
def self.key_for_commit(commit)
  commit.author
end