My app/views/layouts folder looks like this:
application.html.erb
user_sessions.html.erb
errors.html.erb
These work fine and i have no problems with them but id now like to add a new layout for tips, but only on the index and show actions.
Would "tips.index.html.erb" work?