module Refinery::Solr
Public Class Methods
root()
click to toggle source
# File lib/refinery/solr.rb, line 4 def root @root ||= Pathname.new(File.expand_path('../../../', __FILE__)) end
# File lib/refinery/solr.rb, line 4 def root @root ||= Pathname.new(File.expand_path('../../../', __FILE__)) end