Method: FaaStRuby::ProjectConfig.catch_all
- Defined in:
- lib/faastruby/server/project_config.rb
.catch_all ⇒ Object
28 29 30 |
# File 'lib/faastruby/server/project_config.rb', line 28 def self.catch_all project_config['catch_all'] || 'catch-all' end |