summaryrefslogtreecommitdiffstats
path: root/lib/plugins/acts_as_tree/init.rb
blob: cb8394e97278229fadd9e72aa477d9d6147aa558 (plain)
1
2
3
4
# frozen_string_literal: true

require File.dirname(__FILE__) + '/lib/active_record/acts/tree'
ActiveRecord::Base.send :include, ActiveRecord::Acts::Tree