search for: crear_correo

Displaying 1 result from an estimated 1 matches for "crear_correo".

2008 Sep 22
1
question about render
Hi there, i have a question respect to the "render" when use render in the controller def create @contacto = Contacto.new(params[:contacto]) respond_to do |format| if @contacto.save flash[:notice] = ''Su Consulta ha sido enviada'' crear_correo(@contacto) format.html { redirect_to(:action => :new) } else format.html { render :controller => :contactos, :action => :new } end end end when the form have an error ,they should show error.. and do it. but the url ''contactos/new'' to &...