Return correct root path.
This commit is contained in:
parent
547c8bcff2
commit
567bdd6334
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue