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