Module: Blacklight::Maps

Defined in:
lib/blacklight/maps.rb,
lib/blacklight/maps/engine.rb,
lib/blacklight/maps/version.rb

Defined Under Namespace

Classes: Engine

Constant Summary collapse

VERSION =
'1.1.0'

Class Method Summary collapse

Class Method Details

.rootObject

returns the full path to the blacklight plugin installation



15
16
17
# File 'lib/blacklight/maps.rb', line 15

def self.root
  @root ||= File.expand_path(File.dirname(File.dirname(File.dirname(__FILE__))))
end