2012-11-19 19:24:05 +01:00
|
|
|
# == Schema Information
|
|
|
|
#
|
|
|
|
# Table name: web_hooks
|
|
|
|
#
|
|
|
|
# id :integer not null, primary key
|
|
|
|
# url :string(255)
|
|
|
|
# project_id :integer
|
|
|
|
# created_at :datetime not null
|
|
|
|
# updated_at :datetime not null
|
|
|
|
# type :string(255) default("ProjectHook")
|
2012-11-20 13:19:55 +01:00
|
|
|
# service_id :integer
|
2012-11-19 19:24:05 +01:00
|
|
|
#
|
|
|
|
|
2012-07-12 14:36:33 +02:00
|
|
|
class SystemHook < WebHook
|
|
|
|
end
|