diff options
Diffstat (limited to 'app/models/web_hook.rb')
| -rw-r--r-- | app/models/web_hook.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/models/web_hook.rb b/app/models/web_hook.rb index 1d16961..0039c12 100644 --- a/app/models/web_hook.rb +++ b/app/models/web_hook.rb @@ -1,3 +1,14 @@ +# == Schema Information +# +# Table name: web_hooks +# +# id :integer not null, primary key +# url :string(255) not null +# project_id :integer not null +# created_at :datetime +# updated_at :datetime +# + class WebHook < ActiveRecord::Base include HTTParty |
