module BlacklightIiifSearch

BlacklightIiifSearch

Constants

VERSION

Public Class Methods

root() click to toggle source

returns the full path the the blacklight plugin installation

# File lib/blacklight_iiif_search.rb, line 13
def self.root
  @root ||= File.expand_path(File.dirname(File.dirname(__FILE__)))
end