lib/contrast/framework/rails/patch/support.rb in contrast-agent-3.15.0 vs lib/contrast/framework/rails/patch/support.rb in contrast-agent-3.16.0
- old
+ new
@@ -9,10 +9,10 @@
module Rails
module Patch
# Extension point allowing for the registration of Patches required to
# support the Rails framework.
module Support
- # (See BaseSupport#before_load_patches)
+ # (See BaseSupport#before_load_patches!)
def before_load_patches!
return unless defined?(::Rails)
# In Rails, session configuration occurs extremely early & only once.
# If we defer our patching of the rails session configuration too long