Sha256: ef802d540330d30b601c6b4644391a635fa3b7a3ad3052893a924fe154983bc3
Contents?: true
Size: 163 Bytes
Versions: 14
Compression:
Stored size: 163 Bytes
Contents
class Cambium::Admin::SearchController < Cambium::AdminController def index @collection = PgSearch.multisearch(params[:q]).includes(:searchable) end end
Version data entries
14 entries across 14 versions & 1 rubygems