Skip to content

Commit

Permalink
Merge pull request Sutto#132 from DamirSvrtan/master
Browse files Browse the repository at this point in the history
Some versions have the notify_bugsnag method private.
  • Loading branch information
Sutto committed Jul 27, 2015
2 parents 404f98f + 4320939 commit 1250acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rocket_pants/controller/rescuable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module Rescuable
end
},
:bugsnag => lambda { |controller, exception, request|
controller.notify_bugsnag(exception, request: request)
controller.send(:notify_bugsnag, exception, request: request)
}
}

Expand Down

0 comments on commit 1250acd

Please sign in to comment.