annotate models

This commit is contained in:
Nihad Abbasov 2012-09-26 22:36:31 -07:00
parent a8870e87e4
commit 2a4359a572
15 changed files with 86 additions and 57 deletions

View file

@ -1,3 +1,15 @@
# == 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")
#
class SystemHook < WebHook
def async_execute(data)