Method: NginxStage::PunConfigView#app_configs

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

#app_configsArray<String>

Array of wildcard paths to app configs user has access to

Returns:

  • (Array<String>)

    list of wildcard app config paths



84
85
86
87
88
# File 'lib/nginx_stage/views/pun_config_view.rb', line 84

def app_configs
  NginxStage.pun_app_configs(user: user).map do |envmt|
    NginxStage.app_config_path envmt
  end
end