excid3 / jumpstart

Easily jumpstart a new Rails application with a bunch of great features by default

Home Page:http://jumpstartrails.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delete button on scaffold not deleting records

spacerobotTR opened this issue · comments

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?

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