lib/webhook_system.rb in webhook_system-2.0.0 vs lib/webhook_system.rb in webhook_system-2.1.0
- old
+ new
@@ -18,10 +18,6 @@
autoload :EventLog
# Error raised when there is an issue with decoding the payload
class DecodingError < RuntimeError
end
-
- class << self
- delegate :dispatch, to: :'WebhookSystem::Dispatcher'
- end
end