Remove unused project method

This commit is contained in:
George Tsiolis 2018-11-15 18:23:23 +02:00
parent 6c51a6df40
commit 513f53a6c0
2 changed files with 5 additions and 4 deletions

View File

@ -1903,10 +1903,6 @@ class Project < ActiveRecord::Base
false
end
def issue_board_milestone_available?(user = nil)
feature_available?(:issue_board_milestone, user)
end
def full_path_was
File.join(namespace.full_path, previous_changes['path'].first)
end

View File

@ -0,0 +1,5 @@
---
title: Remove unused project method
merge_request: 54103
author: George Tsiolis
type: other