excid3 / jumpstart

Easily jumpstart a new Rails application with a bunch of great features by default
http://jumpstartrails.com
MIT License
1.2k stars 316 forks source link

Delete button on scaffold not deleting records #163

Closed spacerobotTR closed 2 years ago

spacerobotTR commented 3 years ago

When I create a scaffold and try to destroy a record it redirects to the show page and does not delete the record. I've been over and over the generated buttons and it looks correct to me. Is this maybe a javascript issue?

excid3 commented 3 years ago

Yeah, sounds like it. I know this needs some updates since Rails 7 is changing a lot.