Displaying 1 result from an estimated 1 matches for "primary_actors".
2007 Sep 10
6
RSpec view spec writing problem (unable to generate url_for in RESTful resource link_to)
...ction=>"show", :project_id=>"1"}, expecte
d: {:controller=>"actors", :action=>"show"}, diff: {:customer_id=>"1",
:project_id=>"1"}
On line #22 of app/views/use_cases/show.rhtml
19: <ul>
20: <% @primary_actors.each do |a| %>
21: <li>
22: <%=
link_to(a.name,actor_path(@customer, at project),{:class=>"show",:title=>"Show
actor details"}) -%>
23: <%= link_to("Remove
assignment",participation_path(@customer, at proj...