mirror of
https://github.com/redmine/redmine.git
synced 2025-11-01 10:56:17 +01:00
git-svn-id: https://svn.redmine.org/redmine/trunk@22600 e93f8b46-1217-0410-a6f0-8f06a7374b81
5 lines
137 B
Ruby
5 lines
137 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative 'lib/active_record/acts/tree'
|
|
ActiveRecord::Base.send :include, ActiveRecord::Acts::Tree
|