Skip to content

Instantly share code, notes, and snippets.

@pedromenezes
Created May 23, 2011 19:36
Show Gist options
  • Save pedromenezes/987386 to your computer and use it in GitHub Desktop.
Save pedromenezes/987386 to your computer and use it in GitHub Desktop.
/Users/pedromenezes/.rvm/gems/ruby-1.9.2-p180@itsm/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in `require': no such file to load -- config/initializers/simple_navigation (LoadError)
class TitleText < SimpleNavigation::Renderer::Text
def render(item_container)
[list(item_container).compact.last, "ITSM"].join(" - ")
end
end
SimpleNavigation.register_renderer :title_text => TitleText
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment