Method: NginxStage::PunConfigView#app_configs
- Defined in:
- lib/nginx_stage/views/pun_config_view.rb
#app_configs ⇒ Array<String>
Array of wildcard paths to app configs user has access to
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 |