<%= link_to 'Edit', edit_order_path(@order) %>
Is it possible to wire this link to the modify action of the Orders controller (instead of the edit action) without changing this syntax:
edit_order_path(@order)
|
|
Is it possible to wire this link to the modify action of the Orders controller (instead of the edit action) without changing this syntax:
|
||
|
|
|
|
routes.rb:
|
||
|
|