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

require_relative 'lib/acts_as_event'
ActiveRecord::Base.send(:include, Redmine::Acts::Event)