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
326 327 328 329 330 331 332 333 334 335 |
# File 'lib/generators/geoblacklight/templates/catalog_controller.rb', line 326 def web_services @docs = action_documents respond_to do |format| format.html do return render layout: false if request.xhr? # Otherwise draw the full page end end end |