Libraries
»
postgresql-web
(0.0.1)
»
Index
»
PostgresqlWeb
»
AppHelpers
»
#root_path
Method: PostgresqlWeb::AppHelpers#root_path
Defined in:
lib/postgresql_web/app_helpers.rb
#
root_path
⇒
Object
3 4 5
# File 'lib/postgresql_web/app_helpers.rb', line 3
def
root_path
"
#{
env
[
'
SCRIPT_NAME
'
]
}
/
"
end