Replace direct ES access with elasticsearch-model

This commit is contained in:
Andreas Haller 2015-04-27 21:26:37 +02:00
parent 5a07703166
commit 973af9f0d9
5 changed files with 18 additions and 9 deletions

View file

@ -26,6 +26,7 @@ gem 'omniauth'
gem 'omniauth-browserid'
gem 'elasticsearch'
gem 'elasticsearch-model'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc