Class: SearchesController

Inherits:
CmsController show all
Defined in:
app/controllers/searches_controller.rb

Instance Method Summary collapse

Methods inherited from CmsController

#set_locale

Instance Method Details

#showObject



2
3
4
5
# File 'app/controllers/searches_controller.rb', line 2

def show
  @results = ActiveadminSelleoCms::Search.current_locale.search_by_content(params[:id])
  render action: :show, layout: 'search'
end