mirror of
https://github.com/redmine/redmine.git
synced 2025-11-05 04:45:57 +01:00
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)
|