Class: CatalogController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- CatalogController
- Includes:
- Blacklight::Catalog
- Defined in:
- lib/generators/geoblacklight/templates/catalog_controller.rb
Instance Method Summary collapse
Instance Method Details
#web_services ⇒ Object
341 342 343 344 345 346 347 348 349 350 |
# File 'lib/generators/geoblacklight/templates/catalog_controller.rb', line 341 def web_services @response, @documents = action_documents respond_to do |format| format.html do return render layout: false if request.xhr? # Otherwise draw the full page end end end |