search for: m000913

Displaying 1 result from an estimated 1 matches for "m000913".

Did you mean: m000193
2008 Feb 20
1
link_to weirdness, related to namespace?
...ut to the browser, it is output as "/admin/ client/2", notice that the id is there, but the action, "show" is not. Why is link_to not outputting correctly? I''m following the instructions from here -- http://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#M000913. Is it related to the "namespace" directive in my config;routes.rb file? Thanks, - Dave ================begin config/routes.rb file ======================= ActionController::Routing::Routes.draw do |map| map.connect '''', :controller => "register", :acti...