Method: NginxStage::PunConfigView#tmp_root

Defined in:
lib/nginx_stage/views/pun_config_view.rb

#tmp_rootString

Path to user’s personal tmp root

Returns:

  • (String)

    path to tmp root



60
61
62
# File 'lib/nginx_stage/views/pun_config_view.rb', line 60

def tmp_root
  NginxStage.pun_tmp_root(user: user)
end