I’m on a fairly recent freeze of Radiant Edge and I’m using the
Database Form extension. I’m getting an error on the redirect_to
value, it tells me that I’m passing 1 argument for 2. I know this was
working with 0.6.7.
Here’s the relevant code from database_form_page.rb:
if save_form and redirect_to
response.redirect(redirect_to)
else
super(request, response)
end
Does anyone know of anything that’s changed with redirects?
Josh