6 lines
93 B
Ruby
6 lines
93 B
Ruby
|
module TestApp
|
||
|
def self.root
|
||
|
File.expand_path('../../../test_app', __FILE__)
|
||
|
end
|
||
|
end
|