module Blacklight::Maps
Constants
- VERSION
Public Class Methods
root()
click to toggle source
returns the full path to the blacklight plugin installation
# File lib/blacklight/maps.rb, line 15 def self.root @root ||= File.expand_path(File.dirname(File.dirname(File.dirname(__FILE__)))) end