devise_invitable icon indicating copy to clipboard operation
devise_invitable copied to clipboard

GET verb in resource deletion

Open bikashp opened this issue 10 years ago • 1 comments
trafficstars

Just curious why GET verb is used in invitation destroy action? Normally, DELETE verb is used in scenario like this.

bikashp avatar Oct 09 '15 18:10 bikashp

I only used same as devise. Although they added sign_out_via config option later, but default is GET

scambra avatar Oct 13 '15 07:10 scambra