Module: RhoconnectConsole

Defined in:
lib/rhoconnect/web-console/server.rb

Defined Under Namespace

Classes: Server

Constant Summary collapse

ROOT_DIR =
File.dirname(File.expand_path(__FILE__))

Class Method Summary collapse

Class Method Details

.root_path(*args) ⇒ Object



9
10
11
# File 'lib/rhoconnect/web-console/server.rb', line 9

def root_path(*args)
  File.join(ROOT_DIR, *args)
end