lib/contrast/framework/rails/support.rb in contrast-agent-4.2.0 vs lib/contrast/framework/rails/support.rb in contrast-agent-4.3.0
- old
+ new
@@ -8,10 +8,11 @@
module Contrast
module Framework
module Rails
# Used when Rails is present to define framework specific behavior
- class Support < BaseSupport
+ class Support
+ extend Contrast::Framework::BaseSupport
extend Contrast::Framework::Rails::Patch::Support
class << self
RAILS_MODULE_NAME_VERSION = Gem::Version.new('6.0.0')