mirror of
https://github.com/redmine/redmine.git
synced 2025-10-28 08:46:22 +01:00
Patch by Minoru Maeda (@maeda-m). git-svn-id: https://svn.redmine.org/redmine/trunk@22619 e93f8b46-1217-0410-a6f0-8f06a7374b81
7 lines
183 B
Ruby
7 lines
183 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative 'lib/active_record/acts/tree'
|
|
Rails.application.reloader.to_prepare do
|
|
ApplicationRecord.send :include, ActiveRecord::Acts::Tree
|
|
end
|