mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22052 e93f8b46-1217-0410-a6f0-8f06a7374b81
6 lines
157 B
Ruby
6 lines
157 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Include hook code here
|
|
require_relative 'lib/acts_as_watchable'
|
|
ActiveRecord::Base.send(:include, Redmine::Acts::Watchable)
|