Hi,

I have added a route to my routes.rb as following,

get "/order/:player_id/:order", :to => 'share#order_renderer', :as => 
:order_feed

It works for me in the app but when I am running the spec file for, it 
says, not route matches for this controller, action, parameters.

Regards,
Sumit

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/Td11nBAq67kJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to