Sha256: 69ae97e72fc51c92ad3ce3785d26c7dc6590d79b00a05af6712085d6c5a572cf
Contents?: true
Size: 241 Bytes
Versions: 11
Compression:
Stored size: 241 Bytes
Contents
ExceptionNotificationServer.configure do |config| config.name = 'webhook' config.password = '<%= SecureRandom.urlsafe_base64 %>' config.access_callback = ->(controller) { controller.current_user && controller.current_user.admin? } end
Version data entries
11 entries across 11 versions & 1 rubygems