forgot to add the redisable module

master
multiple creatures 2019-12-07 23:19:10 -06:00
parent 6eebf636ba
commit 307c1ec1de
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# frozen_string_literal: true
class UnblockDomainService < BaseService
include Redisable
attr_accessor :domain_block
def call(domain_block, destroy_domain_block = true)