Redirección ruby on rails - error count
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
def create # Validando la informacion if error_count > 0 render :update do |page| page.replace_html(div_id, error_text) end else # Guardando la informacion render :update do |page| page.redirect_to(page_to_go_to) end end end