# File lib/twitter/bootswatch/rails/helpers/breadcrumbs.rb, line 11 def add_breadcrumb(name, url, options={}) before_filter options do |controller| controller.send :add_breadcrumb, name, url end end