summaryrefslogtreecommitdiffstats
path: root/lib/plugins/acts_as_tree/test
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/acts_as_tree/test')
-rw-r--r--lib/plugins/acts_as_tree/test/acts_as_tree_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/acts_as_tree/test/acts_as_tree_test.rb b/lib/plugins/acts_as_tree/test/acts_as_tree_test.rb
index 94899f940..337411151 100644
--- a/lib/plugins/acts_as_tree/test/acts_as_tree_test.rb
+++ b/lib/plugins/acts_as_tree/test/acts_as_tree_test.rb
@@ -42,7 +42,7 @@ def teardown_db
end
end
-class Mixin < ActiveRecord::Base
+class Mixin < ApplicationRecord
end
class TreeMixin < Mixin