annotate vendor/plugins/acts_as_watchable/.svn/text-base/init.rb.svn-base @ 691:f8d7e85ccd4e feature_36

Feature #293: lists the projects associated with a publication.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 16 Sep 2011 17:06:58 +0100
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)