Mute rubocop

This commit is contained in:
Dombi Attila
2025-11-21 20:23:38 +02:00
parent 3d3e7d90a9
commit a8f5b397c1
+1 -1
View File
@@ -207,7 +207,7 @@ class ProjectsController < ApplicationController
render layout: "no_menu"
end
def create_blank
def create_blank # rubocop:disable Metrics/AbcSize
service_call = Projects::CreateService
.new(user: current_user)
.call(permitted_params.new_project)