module Datadog::AppSec::Contrib::Devise::Patcher

def patch

def patch
  patch_authenticable_strategy
  patch_registration_controller
  Patcher.instance_variable_set(:@patched, true)
end