Mercurial > hg > soundsoftware-site
view vendor/plugins/acts_as_watchable/init.rb @ 82:c71f2900168f luisf
Feature #53: User's name and email address also shown in email.
author | luisf |
---|---|
date | Wed, 15 Dec 2010 16:51:38 +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)