This commit is contained in:
Valery Sizov 2012-01-03 23:39:03 +02:00
parent 8d7aaf0e55
commit 212f400d67
5 changed files with 29 additions and 12 deletions

View file

@ -52,3 +52,14 @@ describe WebHook do
end
end
end
# == Schema Information
#
# Table name: web_hooks
#
# id :integer not null, primary key
# url :string(255)
# project_id :integer
# created_at :datetime
# updated_at :datetime
#