web hooks scaffold started

This commit is contained in:
Dmitriy Zaporozhets 2012-01-04 00:42:14 +02:00
parent 8d7aaf0e55
commit 2dae0e18e0
10 changed files with 85 additions and 4 deletions

View file

@ -82,5 +82,6 @@ end
# linkedin :string(255) default(""), not null
# twitter :string(255) default(""), not null
# authentication_token :string(255)
# dark_scheme :boolean default(FALSE), not null
#

View file

@ -18,3 +18,14 @@ class WebHook < ActiveRecord::Base
# There was a problem calling this web hook, let's forget about it.
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
#