summaryrefslogtreecommitdiffstats
path: root/lib/plugins/acts_as_watchable/init.rb
blob: f39cc7d189af2906779a7953677b67b3b8f19459 (plain)
1
2
3
# Include hook code here
require File.dirname(__FILE__) + '/lib/acts_as_watchable'
ActiveRecord::Base.send(:include, Redmine::Acts::Watchable)