diff --git a/app/models/webhook.rb b/app/models/webhook.rb index b9236b3..9f0610f 100644 --- a/app/models/webhook.rb +++ b/app/models/webhook.rb @@ -1,4 +1,3 @@ class Webhook < ActiveRecord::Base - unloadable belongs_to :project end