In my layout file I have
<head> <title><%= @title %></title> </head> And in my show file:
<% @title = Item.name %> The problem is that in the page title there is added | Myappname instead of just the Item name
How do I remove the app name in page title?