class ItemsController < ApplicationController trail {|t| t << ['Items', '/items'] } def show trail << ['Specific item from controller', '/items/123'] end end