I don’t seem to have the usual *_url, *_path helpers for the show,
update, or destroy actions on resourced routes. If I make a new rails
app and add a route resources :random, I get url helpers for new,
edit, index, etc - but not for the helpers that require passing a
model instance.
Has this been changed in Rails 3, or do I just have something
misconfigured?