Return correct root path.

This commit is contained in:
Uģis Ozols 2011-12-22 11:36:48 +02:00
parent 547c8bcff2
commit 567bdd6334

View file

@ -17,7 +17,7 @@ module Refinery
attr_writer :tabs
def root
@root ||= Pathname.new(File.expand_path('../../', __FILE__))
@root ||= Pathname.new(File.expand_path('../../../', __FILE__))
end
def tabs