Commit c0d07b6550f775db840d649585040e99f7ec324e

Authored by Andrew Kane
1 parent ac251a8f

Relations by default for now

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/searchkick.rb
... ... @@ -47,7 +47,7 @@ module Searchkick
47 47 self.client_options = {}
48 48 self.queue_name = :searchkick
49 49 self.model_options = {}
50   - self.relation = false
  50 + self.relation = true
51 51  
52 52 def self.client
53 53 @client ||= begin
... ...