mirror of
https://github.com/redmine/redmine.git
synced 2025-11-01 02:46:13 +01:00
Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21265 e93f8b46-1217-0410-a6f0-8f06a7374b81
5 lines
154 B
Ruby
5 lines
154 B
Ruby
# frozen_string_literal: true
|
|
|
|
require File.dirname(__FILE__) + '/lib/active_record/acts/tree'
|
|
ActiveRecord::Base.send :include, ActiveRecord::Acts::Tree
|