annotate lib/plugins/acts_as_watchable/init.rb @ 1466:834828a14f2b bug_598

Close obsolete branch bug_598
author Chris Cannam
date Fri, 21 Jun 2013 14:51:55 +0100
parents 433d4f72a19b
children
rev   line source
Chris@0 1 # Include hook code here
Chris@0 2 require File.dirname(__FILE__) + '/lib/acts_as_watchable'
Chris@0 3 ActiveRecord::Base.send(:include, Redmine::Acts::Watchable)