- Inheritance
- < Rails::Generator::Commands::Base < DelegateClass(Rails::Generator::Base)
List a generator‘s action manifest.
Methods
Instance
| Visibility | Signature |
|---|---|
| public | class_collisions (*class_names) |
| public | complex_template (relative_source, relative_destination, options = {}) |
| public | dependency (generator_name, args, options = {}) |
| public | directory (relative_path) |
| public | file (relative_source, relative_destination, options = {}) |
| public | migration_template (relative_source, relative_destination, options = {}) |
| public | readme (*args) |
| public | route_resources (*resources) |
| public | template (relative_source, relative_destination, options = {}) |