Class: SearchBoxPortlet
- Inherits:
-
Cms::Portlet
- Object
- Cms::Portlet
- SearchBoxPortlet
- Defined in:
- app/portlets/search_box_portlet.rb
Instance Method Summary collapse
Instance Method Details
#render ⇒ Object
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 |