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