Class: CatalogController

Inherits:
ApplicationController
  • Object
show all
Includes:
Blacklight::Catalog
Defined in:
lib/generators/geoblacklight/templates/catalog_controller.rb

Instance Method Summary collapse

Instance Method Details

#web_servicesObject



350
351
352
353
354
355
356
357
358
359
# File 'lib/generators/geoblacklight/templates/catalog_controller.rb', line 350

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