Hi,
I have a nice link which I intend to have non-idempotent consequences and so after a quick google I realized I want to use link_to with the :method => :post option.
Only problem is that this stubbornly refuses to work for me. Using this option produces HTML like:
<a href="/events/moderate?method=post">
clearly here this is not being interpreted correctly.
I updated my rails today to 2.2.2. But I don't know if I need to update my application also. I tried using the older :post => true method too, but it got turned into a GET Url also.
Is my rails project somehow outdated?
Thanks for any help you nay offer!