Commit 3107f2e4 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Use Rails 'delegate'

parent f1a14d68
......@@ -336,9 +336,7 @@ class Commit
end
end
def raw_deltas
raw.deltas
end
delegate :deltas, to: :raw, prefix: :raw
def diffs(diff_options = nil)
Gitlab::Diff::FileCollection::Commit.new(self, diff_options: diff_options)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment