Method: PostgresqlWeb::AppHelpers#root_path

Defined in:
lib/postgresql_web/app_helpers.rb

#root_pathObject



3
4
5
# File 'lib/postgresql_web/app_helpers.rb', line 3

def root_path
  "#{env['SCRIPT_NAME']}/"
end