Fix board create service namespace to avoid autoload issues

parent babdf45a
module Boards
class CreateService < BaseService
class CreateService < Boards::BaseService
def execute
create_board! unless project.board.present?
project.board
......
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