Skip to content
Snippets Groups Projects
Commit 18db1524 authored by Oswaldo Ferreir's avatar Oswaldo Ferreir
Browse files

Remove unnecessary helper method

parent 6fbd430f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
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