Fix Boards::UpdateService inheritance

parent 64446463
module Boards
class UpdateService < Boards::BaseService
class UpdateService < BaseService
def execute(board)
board.update(name: params[:name])
end
......
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