Displaying 1 result from an estimated 1 matches for "_actor_id".
2007 Sep 10
6
RSpec view spec writing problem (unable to generate url_for in RESTful resource link_to)
...i>
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 project, at use_case.participations.find_by
_actor_id(a)),{:class=>"delete",:title=>"Remove the assignment of this actor
to this use case", :confirm => ''Are you sur
e you want to remove this assignment?'', :method => :delete})-%>
24: </li>
25: <% end %>
#{RAILS_R...