Class: OpenSearchController

Inherits:
UmlautController show all
Defined in:
app/controllers/open_search_controller.rb

Instance Method Summary collapse

Methods included from Umlaut::ControllerBehavior

#default_url_options, #set_locale

Methods included from UmlautConfigurable

set_default_configuration!

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/open_search_controller.rb', line 5

def index
  render(:content_type => "application/xml")
end