diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-06 09:29:00 +0000 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-06 09:29:00 +0000 |
| commit | 7b8edb07a2916c7bc06e943028373393c1b0f078 (patch) | |
| tree | b81e706b41b8abf8ca3aba9cddb7f0b803596bb7 /app/models/web_hook.rb | |
| parent | c010c8a92cecc6d85661fdb9b989787020d27f11 (diff) | |
| parent | 436d0c2d8102e2831b64e0cd43c375fada869a0e (diff) | |
| download | gitlab-ci-7b8edb07a2916c7bc06e943028373393c1b0f078.tar.gz | |
Merge branch 'remove_public_key_from_runner' into 'master'
Remove public key from runner
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 |
