Sha256: c037b3c02efcf2ed10c84ad45829be14435c855556d617b1da24f4b9b633ae06

Contents?: true

Size: 312 Bytes

Versions: 10

Compression:

Stored size: 312 Bytes

Contents

class RelationController < ApplicationController
  include Blacklight::Configurable
  include Blacklight::SearchHelper
  copy_blacklight_config_from(CatalogController)

  def index
    @relations = Geoblacklight::Relation::RelationResponse.new(params[:id], repository)
    render layout: !request.xhr?
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
geoblacklight-1.9.1 app/controllers/relation_controller.rb
geoblacklight-1.9.0 app/controllers/relation_controller.rb
geoblacklight-1.8.0 app/controllers/relation_controller.rb
geoblacklight-1.7.1 app/controllers/relation_controller.rb
geoblacklight-1.7.0 app/controllers/relation_controller.rb
geoblacklight-1.6.0 app/controllers/relation_controller.rb
geoblacklight-1.5.1 app/controllers/relation_controller.rb
geoblacklight-1.5.0 app/controllers/relation_controller.rb
geoblacklight-1.4.0 app/controllers/relation_controller.rb
geoblacklight-1.3.0 app/controllers/relation_controller.rb