Displaying 1 result from an estimated 1 matches for "case_manager_wholenam".
Did you mean:
case_manager_wholename
2006 Jan 30
3
general questions
...he following are stupid newbie questions and any portion of them
answered would be great.
1. If I am viewing a page from app/views/clients/ and on this page, I
want to put a ''link_to'' directive to say app/views/case_managers...
how do I do this? For example,
<% link_to client.case_manager_wholename, :action => case_managers/show
%>
takes me to /clients/case_managers/show.rhtml which is an error instead
of /case_managers/show.rhtml which is where I wanted to go,.
2. rdoc... I tried the other day...I somewhat forgot but I think I
tried something like ''rdoc Application::Contro...