Commit 74740604 authored by Felipe Artur's avatar Felipe Artur

Fix route conflict

parent f5bb1789
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment