Files
Redmine/lib/plugins/acts_as_watchable/init.rb

6 lines
157 B
Ruby
Raw Normal View History

# frozen_string_literal: true
# Include hook code here
require_relative 'lib/acts_as_watchable'
ActiveRecord::Base.send(:include, Redmine::Acts::Watchable)