cae547a7ea
git-svn-id: http://redmine.rubyforge.org/svn/trunk@774 e93f8b46-1217-0410-a6f0-8f06a7374b81
4 lines
143 B
Ruby
4 lines
143 B
Ruby
# Include hook code here
|
|
require File.dirname(__FILE__) + '/lib/acts_as_watchable'
|
|
ActiveRecord::Base.send(:include, Redmine::Acts::Watchable)
|