Skip to content

Commit 12b5273

Browse files
committed
fix: adjust Zeitwerk serializer 4
1 parent f7874f6 commit 12b5273

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

app/modules/competitive/controllers/draft_comparison_controller.rb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
module Api
2-
module V1
3-
module Competitive
4-
class DraftComparisonController < Api::V1::BaseController
1+
module Competitive
2+
module Controllers
3+
class DraftComparisonController < Api::V1::BaseController
54
# POST /api/v1/competitive/draft-comparison
65
# Compare user's draft with professional meta
76
def compare
@@ -138,4 +137,4 @@ def validate_draft_params!
138137
end
139138
end
140139
end
141-
end
140+

0 commit comments

Comments
 (0)