module Refinery::ActsAsIndexed

Public Class Methods

root() click to toggle source
# File lib/refinery/acts_as_indexed.rb, line 4
def root
  @root ||= Pathname.new(File.expand_path('../../../', __FILE__))
end