Hi everybody,
I want do be able do update some values direct form the index view of my subscription Resource.
To do so I try the following code:
subscription_path(subscription, :method => :put)
The problem is, that this goes directs to the show action as if the method would be :get!
Thanks for your help! Maechi