annotate lib/plugins/acts_as_watchable/init.rb @ 1433:cfa80f738847 bibliography_testing

Fixed assertion error message.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 08 Oct 2013 17:29:47 +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)