To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / vendor / plugins / acts_as_watchable / init.rb @ 442:753f1380d6bc

History | View | Annotate | Download (143 Bytes)

1
# Include hook code here
2
require File.dirname(__FILE__) + '/lib/acts_as_watchable'
3
ActiveRecord::Base.send(:include, Redmine::Acts::Watchable)