The only suggestion I can think of is to check there's no private or protected call on any of the lines above the method name or to check the routes file:
project_actions.connect 'projects/draganddropsort', :action => 'draganddropsort' Where is the project_actions coming from ? is it a block variable for map.resources :projects do |project_actions| ? David -- 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.

