Method: Compare#start_commit

Defined in:
app/models/compare.rb

#start_commitObject



50
51
52
53
54
55
56
# File 'app/models/compare.rb', line 50

def start_commit
  strong_memoize(:start_commit) do
    commit = @compare.base

    ::Commit.new(commit, project) if commit
  end
end