File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/active_record/tenanted Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class Railtie < ::Rails::Railtie
5656
5757 initializer "active_record-tenanted.monkey_patches" do
5858 ActiveSupport . on_load ( :active_record ) do
59- ActiveRecord ::Tasks ::DatabaseTasks . prepend ( ActiveRecord ::Tenanted ::Patches ::DatabaseTasks )
59+ ActiveRecord ::Tasks ::DatabaseTasks . prepend ActiveRecord ::Tenanted ::Patches ::DatabaseTasks
6060 end
6161 end
6262
@@ -87,13 +87,13 @@ class Railtie < ::Rails::Railtie
8787 end
8888
8989 ActiveSupport . on_load ( :active_record_fixtures ) do
90- include ( ActiveRecord ::Tenanted ::Testing ::TestFixtures )
90+ include ActiveRecord ::Tenanted ::Testing ::TestFixtures
9191 end
9292
9393 ActiveSupport . on_load ( :action_dispatch_integration_test ) do
9494 include ActiveRecord ::Tenanted ::Testing ::IntegrationTest
9595
96- ActionDispatch ::Integration ::Session . prepend ( ActiveRecord ::Tenanted ::Testing ::IntegrationSession )
96+ ActionDispatch ::Integration ::Session . prepend ActiveRecord ::Tenanted ::Testing ::IntegrationSession
9797 end
9898 end
9999 end
You can’t perform that action at this time.
0 commit comments