I have the following route definied:
map.resources :addresses, :path_prefix => ':site', :name_prefix => 's_'
I've had no problem correcting my scaffolding links for "Show" and "New". But I am getting a failure to generate error when attempting to use:
edit_s_address_path(address) or edit_s_address
rake routes shows that this is the proper path. I'm perplexed. Thanks in advance.