Hi,
On 11 Jul 2009, at 03:06, Chris Hapgood wrote:
> You need to override the default actions -a pretty common practice.
Yep, or just rewrite that action in the controller if it's a one off
case.
You could also check out response_for on github, which is aimed at
letting you override just the response of an action (which is what you
want to do in this case).
Cheers,
Ian
>
> Jamie,