Does anyone know if it's possible to generate a link_to with :post =>
true and have extra params that do *not* appear in the url but still get
passed to the controller. i.e.
Does anyone know if it's possible to generate a link_to with :post =>
true and have extra params that do *not* appear in the url but still get
passed to the controller. i.e.
Does anyone know if it's possible to generate a link_to with :post =>
true and have extra params that do *not* appear in the url but still get
passed to the controller. i.e.
You could write a custom helper to generate the javascript you need, or
even better just use a redirect after your state changing action. You
might be interested in the PRG pattern: