Top Level Namespace

Defined Under Namespace

Modules: Kernel, Zeus

Constant Summary collapse

ROOT_PATH =
File.expand_path(Dir.pwd)
ENV_PATH =
File.expand_path('config/environment',  ROOT_PATH)
BOOT_PATH =
File.expand_path('config/boot',  ROOT_PATH)
APP_PATH =
File.expand_path('config/application',  ROOT_PATH)