Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Add interface gif
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Feb 24, 2017
1 parent 773d098 commit ef15723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 🌲 Timber - Master your Ruby apps with structured logging

<p align="center" style="background: #140f2a;">
<a href="http://github.com/timberio/timber-ruby"><img src="http://files.timber.io/images/ruby-library-readme-header.gif" height="469" /></a>
<a href="http://github.com/timberio/timber-ruby"><img src="http://files.timber.io/images/readme-interface.gif" height="469" /></a>
</p>

[![ISC License](https://img.shields.io/badge/license-ISC-ff69b4.svg)](LICENSE.md)
Expand Down
2 changes: 2 additions & 0 deletions lib/timber/probes/action_controller_user_context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ def initialize
end

def insert!
ActiveSupport.on_load(:action_controller) do
include AroundFilter
return true if ActionController::Base.include?(AroundFilter)
ActionController::Base.send(:include, AroundFilter)
end
Expand Down

0 comments on commit ef15723

Please sign in to comment.