Remove no longer required methods on MR.

This commit is contained in:
Rubén Dávila 2016-02-08 11:53:12 -05:00 committed by Robert Speicher
parent 1469b72c46
commit 38752d159d
1 changed files with 0 additions and 12 deletions

View File

@ -533,16 +533,4 @@ class MergeRequest < ActiveRecord::Base
[diff_base_commit, last_commit]
end
def revert_branch_name
"revert-#{iid}-#{source_branch}"
end
def revert_title
"Revert \"#{title}\""
end
def revert_description
"Reverts #{to_reference}"
end
end