Content
View differences
Updated by Cyril Rohr about 7 years ago
```text
Started POST "/admin/webhooks" for 127.0.0.1 at 2019-05-03 10:34:46 +0000
Processing by Webhooks::Outgoing::AdminController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"XXX+BSLrFLYwgMOLTZTPvb9hQiQ==", "webhook"=>{"name"=>"test", "url"=>"http://test.dev", "description"=>"", "secret"=>"", "enabled"=>"0", "project_ids"=>"all"}, "button"=>""}
Completed 500 Internal Server Error in 17ms (ActiveRecord: 1.1ms)
NoMethodError (private method `select' called for nil:NilClass):
```
Started POST "/admin/webhooks" for 127.0.0.1 at 2019-05-03 10:34:46 +0000
Processing by Webhooks::Outgoing::AdminController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"XXX+BSLrFLYwgMOLTZTPvb9hQiQ==", "webhook"=>{"name"=>"test", "url"=>"http://test.dev", "description"=>"", "secret"=>"", "enabled"=>"0", "project_ids"=>"all"}, "button"=>""}
Completed 500 Internal Server Error in 17ms (ActiveRecord: 1.1ms)
NoMethodError (private method `select' called for nil:NilClass):
```