redirects working for company now - although the overall structure is not clear in the app or in my mind
9 lines
267 B
Plaintext
9 lines
267 B
Plaintext
<%= render @caf %>
|
|
|
|
<div>
|
|
<%= link_to "Edit this caf", edit_company_caf_path(@caf.company_id,@caf.id) %> |
|
|
<%= link_to "Back to cafs", company_cafs_path(@caf.company_id) %>
|
|
|
|
<%= button_to "Destroy this caf", company_caf_path(@caf.id), method: :delete %>
|
|
</div>
|