summaryrefslogtreecommitdiffstats
path: root/lib/plugins/acts_as_watchable/init.rb
blob: d91feec418e0768f4ad11ad74bea170f97761f7a (plain)
1
2
3
4
5
# frozen_string_literal: true

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