Files
Redmine/lib/plugins/acts_as_tree/init.rb
Go MAEDA 25a4be7269 Use require_relative instead of File.dirname(__FILE__) + ... (#38093).
Patch by Go MAEDA.


git-svn-id: https://svn.redmine.org/redmine/trunk@22052 e93f8b46-1217-0410-a6f0-8f06a7374b81
2023-01-16 21:55:30 +00:00

5 lines
137 B
Ruby

# frozen_string_literal: true
require_relative 'lib/active_record/acts/tree'
ActiveRecord::Base.send :include, ActiveRecord::Acts::Tree