mirror of
https://github.com/redmine/redmine.git
synced 2025-11-14 09:16:02 +01:00
Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22052 e93f8b46-1217-0410-a6f0-8f06a7374b81
5 lines
134 B
Ruby
5 lines
134 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative 'lib/acts_as_searchable'
|
|
ActiveRecord::Base.send(:include, Redmine::Acts::Searchable)
|