]> source.dussan.org Git - redmine.git/commitdiff
fix search engine returns 500 error by Go MAEDA (#26526)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 25 Jul 2017 12:08:02 +0000 (12:08 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 25 Jul 2017 12:08:02 +0000 (12:08 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16879 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/plugins/acts_as_searchable/lib/acts_as_searchable.rb

index ef95c911b66c53be99acbedb36446c997b364c03..e6b6b22fcc85de38d69e1a9fb3df7b7399b605dc 100644 (file)
@@ -15,6 +15,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+require 'redmine/database'
+
 module Redmine
   module Acts
     module Searchable