mirror of
https://github.com/redmine/redmine.git
synced 2025-11-09 06:46:01 +01:00
Contributed by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17988 e93f8b46-1217-0410-a6f0-8f06a7374b81
6 lines
174 B
Ruby
6 lines
174 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Include hook code here
|
|
require File.dirname(__FILE__) + '/lib/acts_as_watchable'
|
|
ActiveRecord::Base.send(:include, Redmine::Acts::Watchable)
|