Sha256: f5a6707356a163bb96bd4cadc6bf56cda995e7c299f1e4b1d8a78c90dbcd1a13

Contents?: true

Size: 209 Bytes

Versions: 1

Compression:

Stored size: 209 Bytes

Contents

module Spotlight
  module Controller
    extend ActiveSupport::Concern

    included do
      helper_method :current_exhibit
    end

    def current_exhibit
      Spotlight::Exhibit.default
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-spotlight-0.0.1 lib/spotlight/controller.rb