From fcd2bdf1fe83a4d39a6c3af6d03d09500f93ca4d Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Mon, 14 Sep 2015 15:33:56 +0200 Subject: Migrate tables Revert some Make it work Migrate tags and taggings to --- app/models/web_hook.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/models/web_hook.rb') diff --git a/app/models/web_hook.rb b/app/models/web_hook.rb index 9a284d8..5465684 100644 --- a/app/models/web_hook.rb +++ b/app/models/web_hook.rb @@ -10,6 +10,8 @@ # class WebHook < ActiveRecord::Base + extend Model + include HTTParty belongs_to :project -- cgit v1.2.1