Rails gotcha doesn’t display validation errors when using redirects after validation execution. Change the redirect to “render :action => ‘method'” to handle error display.
Rails gotcha doesn’t display validation errors when using redirects after validation execution. Change the redirect to “render :action => ‘method'” to handle error display.