suitepro/lib/plugins/acts_as_watchable/init.rb
2020-11-22 21:20:06 +01:00

5 lines
174 B
Ruby

# frozen_string_literal: true
# Include hook code here
require File.dirname(__FILE__) + '/lib/acts_as_watchable'
ActiveRecord::Base.send(:include, Redmine::Acts::Watchable)