Skip to content
Snippets Groups Projects
Commit 38752d15 authored by Rubén Dávila's avatar Rubén Dávila Committed by Robert Speicher
Browse files

Remove no longer required methods on MR.

parent 1469b72c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment