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