We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9d3837 + 5f91395 commit f2ccef4Copy full SHA for f2ccef4
lib/twitter/bootstrap/rails/breadcrumbs.rb
@@ -24,7 +24,7 @@ class << self
24
module ClassMethods
25
def add_bootstrap_breadcrumb(name, url = '', options = {})
26
options.merge! :klass => self.name
27
- before_filter options do |controller|
+ before_action options do |controller|
28
controller.send :add_bootstrap_breadcrumb, name, url, options
29
end
30
0 commit comments