opf/openproject

View on GitHub
modules/boards/app/services/boards/subtasks_board_create_service.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Boards
  class SubtasksBoardCreateService < BaseCreateService
    private

    def no_widgets_initially?
      true
    end
  end
end