Class: SearchBoxPortlet

Inherits:
Portlet
  • Object
show all
Defined in:
app/portlets/search_box_portlet.rb

Instance Method Summary collapse

Instance Method Details

#renderObject



3
4
5
6
7
8
# File 'app/portlets/search_box_portlet.rb', line 3

def render
  @search_engine = GoogleMiniSearchEnginePortlet.find_by_name(@portlet.search_engine_name)
  unless @search_engine
    raise "There is no Google Mini Search Engine Portlet with name = '#{@portlet.search_engine_name}'. You must create one for this portlet to work."
  end
end