38
39
40
41
42
43
44
45
46
|
# File 'lib/datadog/appsec/contrib/rails/patcher.rb', line 38
def patch
Gateway::Watcher.watch
patch_before_initialize
patch_after_initialize
patch_action_controller
subscribe_to_routes_loaded
Patcher.instance_variable_set(:@patched, true)
end
|