diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2015-06-05 12:00:24 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2015-06-05 12:00:24 +0200 |
commit | 367395550627328fadf1e8143f65c4266984df2c (patch) | |
tree | e1f3faf4455564f64dbe80f76193099a243706b0 /activesupport | |
parent | abe199b3899f9326a57ba77f93aaf9bf5eabfc49 (diff) | |
parent | cc849b609e3bac6cf6fc914df790486e9d373643 (diff) | |
download | rails-367395550627328fadf1e8143f65c4266984df2c.tar.gz rails-367395550627328fadf1e8143f65c4266984df2c.tar.bz2 rails-367395550627328fadf1e8143f65c4266984df2c.zip |
Merge pull request #20443 from teoljungberg/thoughtbot-capitalization
[ci skip] Fix `thoughtbot` capitalization
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/backtrace_cleaner.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/backtrace_cleaner.rb b/activesupport/lib/active_support/backtrace_cleaner.rb index d06f22ad5c..e161ec4cca 100644 --- a/activesupport/lib/active_support/backtrace_cleaner.rb +++ b/activesupport/lib/active_support/backtrace_cleaner.rb @@ -25,7 +25,7 @@ module ActiveSupport # of the backtrace, you can call <tt>BacktraceCleaner#remove_filters!</tt> # These two methods will give you a completely untouched backtrace. # - # Inspired by the Quiet Backtrace gem by Thoughtbot. + # Inspired by the Quiet Backtrace gem by thoughtbot. class BacktraceCleaner def initialize @filters, @silencers = [], [] |