obsolete.ChilliProject/vendor/plugins/acts_as_watchable/init.rb

5 lines
163 B
Ruby

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