I tried that and got the same result, plus rake routes says:
share_post POST /posts/:id/share(.:format) {:action=>"share",
:controller=>"posts"}
NOT
share_post POST /posts/:post_id/share(.:format) {:action=>"share",
:controller=>"posts"}
So I don't see how that can be the case...
Patrick J. Collins
http://collinatorstudios.com
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users
