fix search engine returns 500 error by Go MAEDA (#26526)

git-svn-id: http://svn.redmine.org/redmine/trunk@16879 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2017-07-25 12:08:02 +00:00
parent 11a1f02cc7
commit ee99e5bfcc

View File

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