Sha256: 2dec6eef6ce053f37231df1f3473725932b2422c8dc7ef99e3cd66dd36bb6c82
Contents?: true
Size: 474 Bytes
Versions: 37
Compression:
Stored size: 474 Bytes
Contents
Description: Generates a config class with the given name and list of parameters. Use `--yml` / `--no-yml` option to specify whether you want to create a YAML config as well (if no option is specified, the generator would ask you to choose during the run). Use `--app` option to create config class in `app/configs` folder. Example: rails generate config my_service param1 param2 ... This will create: config/configs/my_service_config.rb
Version data entries
37 entries across 37 versions & 2 rubygems