steven_noble wrote: > Hi Marnen, > > Thanks for sticking with me and sorry for not yet getting it. > > Am I not doing what you say with the following in projects/show? > > <%= link_to 'Create Subproject', new_project_path, :parent => > @project.id %> > > And should I not be able to retrieve the value in projects/new with > the following? > > <%= debug :parent %>
For the third time: params[:parent], not :parent ! :parent is just a literal symbol. I already explained this; please reread. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] > > s. > > On Aug 7, 7:03�am, Marnen Laibow-Koser <rails-mailing-l...@andreas- -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

