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

Commit

Permalink
Fix require
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Mar 21, 2017
1 parent d80be90 commit 154de76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timber/integrations/action_view/log_subscriber.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module ActionView
class LogSubscriber < Integrator
def initialize
require "action_view/log_subscriber"
require "timber/integrations/action_View/log_subscriber/timber_log_subscriber"
require "timber/integrations/action_view/log_subscriber/timber_log_subscriber"
rescue LoadError => e
raise RequirementNotMetError.new(e.message)
end
Expand Down

0 comments on commit 154de76

Please sign in to comment.