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

Use Rails 'delegate'

parent f1a14d68
...@@ -336,9 +336,7 @@ class Commit ...@@ -336,9 +336,7 @@ class Commit
end end
end end
def raw_deltas delegate :deltas, to: :raw, prefix: :raw
raw.deltas
end
def diffs(diff_options = nil) def diffs(diff_options = nil)
Gitlab::Diff::FileCollection::Commit.new(self, diff_options: diff_options) 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