matedemorphy
Results
2
comments of
matedemorphy
this line: `expose Admin, :email` in judge.rb initializer solve in some way the error, but i don't want validate uniqueness from client side, even worst i'm getting this error now:...
Indeed, Can't skip `set_current_tenant_account` with `skip_before_action` and uncomment `require 'multi_tenant_support/sidekiq'` does not enables Sidekiq, but i just found a workarround for this especial case: # set_tenant_job.rb ``` class SetTenantJob <...