• Igor Drozdov's avatar
    Remove MergeRequest#target_branches and its usages · 7a9e1f53
    Igor Drozdov authored
    update_branches controller action has been removed in
    244f511e
    
    Now we can remove the view as well
    The view was the only one which used @target_branches instance
    variable, and this variable was the only one which used
    MergeRequest#target_branches
    
    The commit also remove the usage of MergeRequest#source_branches
    Since we don't use that method anymore, we can delete it as well
    7a9e1f53
merge_requests_controller.rb 12.5 KB