module ApplicationHelper def breadcrumbs html = %{} # Output that puppy. html.html_safe end end