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_bb_fork-0.0.4 lib/jets/commands/help/destroy.md
jets-2.1.1 lib/jets/commands/help/destroy.md
jets-2.1.0 lib/jets/commands/help/destroy.md
jets-2.0.6 lib/jets/commands/help/destroy.md
jets-2.0.5 lib/jets/commands/help/destroy.md
jets-2.0.4 lib/jets/commands/help/destroy.md
jets-2.0.3 lib/jets/commands/help/destroy.md
jets-2.0.1 lib/jets/commands/help/destroy.md
jets-2.0.0 lib/jets/commands/help/destroy.md
jets-1.9.32 lib/jets/commands/help/destroy.md
jets-1.9.31 lib/jets/commands/help/destroy.md
jets-1.9.30 lib/jets/commands/help/destroy.md
jets-1.9.29 lib/jets/commands/help/destroy.md
jets-1.9.28 lib/jets/commands/help/destroy.md
jets-1.9.27 lib/jets/commands/help/destroy.md
jets-1.9.26 lib/jets/commands/help/destroy.md
jets-1.9.25 lib/jets/commands/help/destroy.md
jets-1.9.24 lib/jets/commands/help/destroy.md
jets-1.9.23 lib/jets/commands/help/destroy.md
jets-1.9.22 lib/jets/commands/help/destroy.md