mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
fixed mr unmergable method
This commit is contained in:
@@ -144,7 +144,7 @@ class MergeRequest < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def mark_as_unmergable
|
||||
# TODO: write some code here
|
||||
self.update_attributes :state => CANNOT_BE_MERGED
|
||||
end
|
||||
|
||||
def reloaded_commits
|
||||
|
||||
Reference in New Issue
Block a user