Skip to content

Commit

Permalink
Merge 8fb4612 into 90363b5
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Feb 8, 2018
2 parents 90363b5 + 8fb4612 commit 6925c92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/exception_notifier/mattermost_notifier.rb
Expand Up @@ -5,6 +5,11 @@ module ExceptionNotifier
class MattermostNotifier
include ExceptionNotifier::BacktraceCleaner

class MissingController
def method_missing(*args, &block)
end
end

attr_accessor :httparty

def initialize(options = {})
Expand Down

0 comments on commit 6925c92

Please sign in to comment.