Remove unnecessary comma from Projects::BoardsController

parent 005c48c4
......@@ -87,7 +87,7 @@ class Projects::BoardsController < Projects::ApplicationController
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