Skip to content

Commit

Permalink
Merge pull request #267 from n00dle/fix-ruby-1.9.3-2.0.0-builds
Browse files Browse the repository at this point in the history
Avoid unnecessary context for Module#include call
  • Loading branch information
smartinez87 committed Apr 8, 2015
2 parents 922b2c4 + 6599193 commit 924e118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exception_notifier/email_notifier.rb
Expand Up @@ -17,7 +17,7 @@ def method_missing(*args, &block)

def self.extended(base)
base.class_eval do
base.include BacktraceCleaner
include BacktraceCleaner

# Append application view path to the ExceptionNotifier lookup context.
self.append_view_path "#{File.dirname(__FILE__)}/views"
Expand Down

0 comments on commit 924e118

Please sign in to comment.