module ThinkingSphinx::ActiveRecord::CollectionProxy

Public Instance Methods

facets(*args) click to toggle source
# File lib/thinking_sphinx/active_record/collection_proxy.rb, line 8
def facets(*args)
  proxy_association.klass.facets(*association_args(args))
end