search for: entidades_personas

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

2007 Jan 10
0
many_to_many relationship problem
...redirect_to :action => ''show'', :id => @persona else render :action => ''edit'' end end On the view: <p><label for="persona_entidad_id">A&ntilde;adir pertenencia a entidad</label><br/> <%= select(:entidades_personas, :entidad_id, @entidades ) %></p> I get th following error: Entidad expected, got NilClass The closer i''ve got to the solution is with this change to the controller: def update @persona = Persona.find(params[:id]) @persona.entidades << Entidad.find(params[:ent...