module Draper::QueryMethods

def strategy

Configures the strategy used to proxy the query methods, which defaults to `:active_record`.
def strategy
  @strategy ||= LoadStrategy.new(Draper.default_query_methods_strategy)
end