Compare commits

..

No commits in common. "054561faa68147012db0160767c949e7c8267cf7" and "82c543b1671e4be8763ec28233008c5964e9d80d" have entirely different histories.

View File

@ -10,10 +10,4 @@ class CaptchaController < ApplicationController
media_url: media_captcha_index_url(id:) media_url: media_captcha_index_url(id:)
}, status: :created }, status: :created
end end
private
def set_tenant
ActsAsTenant.current_tenant = nil
end
end end