Sha256: be2cebce27e18a9e7d213e39e7351e69aed0eeb9afe76f2c01b69b7a5703d012

Contents?: true

Size: 608 Bytes

Versions: 47

Compression:

Stored size: 608 Bytes

Contents

This piggy backs off of the [rails scaffold destroy](https://guides.rubyonrails.org/command_line.html#rails-destroy).

## Example

    $ jets destroy scaffold Post title:string body:text published:boolean
          invoke  active_record
          remove    db/migrate/20190225231821_create_posts.rb
          remove    app/models/post.rb
          invoke  resource_route
          route    resources :posts
          invoke  scaffold_controller
          remove    app/controllers/posts_controller.rb
          invoke    erb
          invoke    helper
          remove      app/helpers/posts_helper.rb
    $

Version data entries

47 entries across 47 versions & 2 rubygems

Version Path
jets-1.9.21 lib/jets/commands/help/destroy.md
jets-1.9.20 lib/jets/commands/help/destroy.md
jets-1.9.19 lib/jets/commands/help/destroy.md
jets-1.9.18 lib/jets/commands/help/destroy.md
jets-1.9.17 lib/jets/commands/help/destroy.md
jets-1.9.16 lib/jets/commands/help/destroy.md
jets-1.9.15 lib/jets/commands/help/destroy.md
jets-1.9.14 lib/jets/commands/help/destroy.md
jets-1.9.13 lib/jets/commands/help/destroy.md
jets-1.9.12 lib/jets/commands/help/destroy.md
jets-1.9.11 lib/jets/commands/help/destroy.md
jets-1.9.10 lib/jets/commands/help/destroy.md
jets-1.9.9 lib/jets/commands/help/destroy.md
jets-1.9.8 lib/jets/commands/help/destroy.md
jets-1.9.7 lib/jets/commands/help/destroy.md
jets-1.9.6 lib/jets/commands/help/destroy.md
jets-1.9.5 lib/jets/commands/help/destroy.md
jets-1.9.4 lib/jets/commands/help/destroy.md
jets-1.9.3 lib/jets/commands/help/destroy.md
jets-1.9.2 lib/jets/commands/help/destroy.md