Remove unused project method
This commit is contained in:
parent
6c51a6df40
commit
513f53a6c0
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Remove unused project method
|
||||
merge_request: 54103
|
||||
author: George Tsiolis
|
||||
type: other
|
Loading…
Reference in a new issue