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
5 lines
147 B
Ruby
5 lines
147 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative 'lib/acts_as_activity_provider'
|
|
ActiveRecord::Base.send(:include, Redmine::Acts::ActivityProvider)
|