# File lib/twitter/bootstrap/rails/twitter-bootstrap-breadcrumbs.rb, line 9 def add_breadcrumb(name, url, options = {}) class_name = self.name before_filter options do |controller| name = controller.send :translate_breadcrumb, name, class_name if name.is_a?(Symbol) controller.send :add_breadcrumb, name, url end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.