10 lines
216 B
Ruby
10 lines
216 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Boards
|
|
module Lists
|
|
class CreateService < Boards::Lists::BaseCreateService
|
|
end
|
|
end
|
|
end
|
|
|
|
Boards::Lists::CreateService.prepend_mod_with('Boards::Lists::CreateService')
|