Use Ransack::Adapters.object_mapper.require_search to match the new refactored Ransack::Adapters (Fixed the build)

This commit is contained in:
Shuo Chen 2016-04-05 18:46:37 +01:00
parent 94a404c03a
commit ef4bda2bc8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
require 'ransack/nodes'
require 'ransack/context'
Ransack::Adapters.require_search
Ransack::Adapters.object_mapper.require_search
require 'ransack/naming'
module Ransack