Commit 0c2d5a47 authored by Simon Knox's avatar Simon Knox

remove unnused current_board_json from CE

parent c5e97ebf
...@@ -22,14 +22,6 @@ module BoardsHelper ...@@ -22,14 +22,6 @@ module BoardsHelper
project_issues_path(@project) project_issues_path(@project)
end end
def current_board_json
board = @board || @boards.first
board.to_json(
only: [:id, :name, :milestone_id]
)
end
def board_base_url def board_base_url
project_boards_path(@project) project_boards_path(@project)
end end
......
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