2011-10-29 14:48:03 +02:00

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)