ronin-rb / ronin-app

A local web interface for Ronin.
https://ronin-rb.dev
GNU Affero General Public License v3.0
26 stars 8 forks source link

Add Delete buttons and delete routes to all database models #92

Closed postmodern closed 10 months ago

postmodern commented 11 months ago

There should be delete routes for all /db/.../:id routes. Also add Delete buttons to all show.erb views.

postmodern commented 10 months ago

Implemented by PR #95 and #96.