suitepro/lib/plugins/acts_as_watchable/init.rb
2018-02-02 22:19:29 +01:00

3 lines
143 B
Ruby

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