I've got the following RESTful route:

resources :documents

I need to call the index action with two extra parameters, so my url
will look like:

/documents/?first=one&second=two

Unfortunately, the second parameter seems to be swallowed up. The
first one appears normally, though. That is, in my log file, I see:

Parameters: {"first"=>"one"}

Why is that, and how can I get both parameters to get passed through?

Thanks!

-- 
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to