The following route:

  map.connect '/adjust', :controller => 'inventory', :action => 'adjust'

is failing to call the 'adjust' method in 'inventory_controller.rb',
demonstrated by the first line of the method, a puts statement, never
outputting to the console.  The console shows the route being found, and
the corresponding adjust.rjs file is getting called, but none of the
variables that would have been set in the 'adjust' method exist, so
errors are thrown there.

I've renamed everything a couple time to make sure I don't have any
magic names causing problems and to make sure I don't have routing
conflicts, but nothing seems to help.

Any ideas?

MikeP
-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to