i just push my latest commit to heroku, and type heroku open
from my console.
when i try to click my delete link , it doesn't deleted as expected, instead i get
Processing by GamesController#show as HTML"
i try to make sure by look at browser source code , i cant see any problem with my code
<a class="btn btn-default" data-confirm="Are you sure?"
data-method="delete" href="games/3" rel="nofollow">
is there any solution for this issue?