Skip to content
Snippets Groups Projects
Commit 74740604 authored by Felipe Artur's avatar Felipe Artur
Browse files

Fix route conflict

parent f5bb1789
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -39,8 +39,8 @@ module BoardsHelper
current_board_parent.multiple_issue_boards_available?(current_user)
end
 
def board_path(board)
@board_path ||= project_board_path(current_board_parent, board)
def current_board_path(board)
@current_board_path ||= project_board_path(current_board_parent, board)
end
 
def current_board_parent
Loading
Loading
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