view vendor/plugins/acts_as_watchable/init.rb @ 218:292cde42265a feature_20

* Enable Embedded on projects that have new documentation
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 11 Feb 2011 16:21:55 +0000
parents 513646585e45
children
line wrap: on
line source
# Include hook code here
require File.dirname(__FILE__) + '/lib/acts_as_watchable'
ActiveRecord::Base.send(:include, Redmine::Acts::Watchable)