Sha256: f482c60c0e4804b8eae0fae16b88201ccc84d4a6b5c651bf5422a219c4e44476

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

# frozen_string_literal: true

# Admin::SearchController
module Admin
  class SearchController < Admin::AdminController
    def index
      @facet_options = BlacklightApiFacets.new.facets
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
geoblacklight_admin-0.1.0 app/controllers/admin/search_controller.rb