Redmine acts_as_* plugins moved to vendor/plugins.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@774 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-09-29 10:37:08 +00:00
parent f2a5304d64
commit cae547a7ea
8 changed files with 1 additions and 9 deletions

View File

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