Remove unnecessary comma from BoardsHelper

parent b00c0d93
......@@ -20,7 +20,7 @@ module BoardsHelper
only: [:id, :name, :milestone_id],
include: {
milestone: { only: [:title] }
},
}
)
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