annotate vendor/plugins/acts_as_watchable/init.rb @ 1178:970f82375f2e bug_362

Close obsolete branch bug_362
author Chris Cannam
date Wed, 01 Feb 2012 13:40:49 +0000
parents 513646585e45
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)