Users are sent an email if their subscribed topics are replied.
In said email, there is a link to unsubscribe. That link issues a GET request, but routes show a POST, and the website breaks.
http://example.com/forums/some-forum/topics/some-topic/unsubscribe
forem (1.0.0.beta1)
Rails 4.2.0
no route matches get unsubscribe bla bla bla bla ^^
Users are sent an email if their subscribed topics are replied.
In said email, there is a link to unsubscribe. That link issues a GET request, but routes show a POST, and the website breaks.
http://example.com/forums/some-forum/topics/some-topic/unsubscribe
forem (1.0.0.beta1)
Rails 4.2.0
no route matches get unsubscribe bla bla bla bla ^^