<%= link_to 'View the item', items_url(@item, :only_path => false) %>
Which is generating:
http://0.0.0.0:3000/items.124/
This is no good as it has a period where it should have a forward slash like:
http://0.0.0.0:3000/items/124/
Anyone know y? thanks