Commit 18db1524 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Remove unnecessary helper method

parent 6fbd430f
......@@ -20,12 +20,6 @@ module BoardsHelper
project_issues_path(@project)
end
def current_board_json
board.to_json(
only: [:id, :name, :milestone_id]
)
end
def board_base_url
project_boards_path(@project)
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