Sha256: 456bc33252d0065456833e2b9d16e4470c5c4b27fceb3d1a166a53f47115a612
Contents?: true
Size: 316 Bytes
Versions: 10
Compression:
Stored size: 316 Bytes
Contents
require 'pathname' require File.expand_path('../refinerycms', __FILE__) # Construct the ability to call Refinery.root # Must come after requiring 'refinerycms' module Refinery class << self attr_accessor :root def root @root ||= Pathname.new(File.expand_path('../../', __FILE__)) end end end
Version data entries
10 entries across 10 versions & 1 rubygems