I have a rails mountable engine with scaffolding. All the actions work except for "Destroy" links.
The following is the HTML code in the source when running the app (that uses the engine gem):
<a data-confirm="Are you sure?" data-method="delete" href="/posts/1" rel="nofollow">Destroy</a>
Is anyone else seeing this same issue as well?