Sha256: 4ce607b7ff843f57a0d037d31c2b15f37e5042eb1901fe14351d351a49adc9fa
Contents?: true
Size: 195 Bytes
Versions: 37
Compression:
Stored size: 195 Bytes
Contents
class SearchesController < CmsController def show @results = ActiveadminSelleoCms::Search.current_locale.search_by_content(params[:id]) render action: :show, layout: 'search' end end
Version data entries
37 entries across 37 versions & 1 rubygems