David White wrote in post #974269: > Whats 1-strfronttech-011 ? > > If you're passing parameters in the url then you'll need to show that in > the > routes sometihng like. > > map.connect 'projects/:your_parameter/draganddropsort, :controller => > 'projects, :action => 'draganddropsort' > > You can access that parameter in your controller with > params[:your_parameter] > > David
yes i did map.connect 'projects/:id/draganddropsort', :controller => 'projects', :action => 'draganddropsort' in route.rb.. -- 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.

