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

require_relative 'lib/active_record/acts/tree'
Rails.application.reloader.to_prepare do
  ApplicationRecord.send :include, ActiveRecord::Acts::Tree
end