From 74740604211dab6632771f1bfd7dd67902fea7ef Mon Sep 17 00:00:00 2001 From: Felipe Artur Date: Mon, 4 Sep 2017 18:36:31 -0300 Subject: Fix route conflict --- app/helpers/boards_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/helpers/boards_helper.rb') diff --git a/app/helpers/boards_helper.rb b/app/helpers/boards_helper.rb index 3133b716345..4bd61aa8f86 100644 --- a/app/helpers/boards_helper.rb +++ b/app/helpers/boards_helper.rb @@ -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 -- cgit v1.2.1