Sha256: eb52a5975d15344e63b19db0c3fae444b8b5aee1aa2bffba44329b5fff43d6fb
Contents?: true
Size: 548 Bytes
Versions: 2
Compression:
Stored size: 548 Bytes
Contents
# frozen_string_literal: true require 'blacklight/maps/version' module Blacklight module Maps require 'blacklight/maps/controller' require 'blacklight/maps/render_constraints_override' require 'blacklight/maps/engine' require 'blacklight/maps/export' require 'blacklight/maps/geometry' require 'blacklight/maps/maps_search_builder' # returns the full path to the blacklight plugin installation def self.root @root ||= File.expand_path(File.dirname(File.dirname(File.dirname(__FILE__)))) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight-maps-1.2.0 | lib/blacklight/maps.rb |
blacklight-maps-1.1.0 | lib/blacklight/maps.rb |